MCPcopy Index your code
hub / github.com/python/cpython / has_error_without_pop

Function has_error_without_pop

Tools/cases_generator/analyzer.py:565–569  ·  view source on GitHub ↗
(op: parser.CodeDef)

Source from the content-addressed store, hash-verified

563
564
565def has_error_without_pop(op: parser.CodeDef) -> bool:
566 return (
567 variable_used(op, "ERROR_NO_POP")
568 or variable_used(op, "exception_unwind")
569 )
570
571
572NON_ESCAPING_FUNCTIONS = (

Callers 1

compute_propertiesFunction · 0.85

Calls 1

variable_usedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…