mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
GH-128682: Mark two more macros as escaping. (GH-129645)
Expand out SETLOCAL so that code generator can see the decref. Mark Py_CLEAR as escaping
This commit is contained in:
parent
2effea4dab
commit
96ff4c2486
6 changed files with 127 additions and 46 deletions
|
|
@ -194,6 +194,7 @@ lltrace_instruction(_PyInterpreterFrame *frame,
|
|||
}
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
static void
|
||||
lltrace_resume_frame(_PyInterpreterFrame *frame)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue