We specialize calls from Python to Python using CALL_PY_EXACT_ARGS with CALL_PY_DEFAULTS.
Currently, those don't check to see if PEP 523 is active, which means that if a debugger is attached using PEP 523 after calls have been specialized the debugger will not see those calls.
The text was updated successfully, but these errors were encountered:
We specialize calls from Python to Python using
CALL_PY_EXACT_ARGS
withCALL_PY_DEFAULTS
.Currently, those don't check to see if PEP 523 is active, which means that if a debugger is attached using PEP 523 after calls have been specialized the debugger will not see those calls.
The text was updated successfully, but these errors were encountered: