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

Function has_error_with_pop

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

Source from the content-addressed store, hash-verified

556
557
558def has_error_with_pop(op: parser.CodeDef) -> bool:
559 return (
560 variable_used(op, "ERROR_IF")
561 or variable_used(op, "exception_unwind")
562 )
563
564
565def has_error_without_pop(op: parser.CodeDef) -> bool:

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…