mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
comment tweak
This commit is contained in:
parent
afd77d980e
commit
c9a4762bd6
1 changed files with 1 additions and 1 deletions
|
@ -2499,7 +2499,7 @@ fast_yield:
|
||||||
|
|
||||||
/* this is gonna seem *real weird*, but if you put some other code between
|
/* this is gonna seem *real weird*, but if you put some other code between
|
||||||
PyEval_EvalFrame() and PyEval_EvalCodeEx() you will need to adjust
|
PyEval_EvalFrame() and PyEval_EvalCodeEx() you will need to adjust
|
||||||
the test in the if statement in Misc/gdbinit:ppystack */
|
the test in the if statement in Misc/gdbinit:pystack* */
|
||||||
|
|
||||||
PyObject *
|
PyObject *
|
||||||
PyEval_EvalCodeEx(PyCodeObject *co, PyObject *globals, PyObject *locals,
|
PyEval_EvalCodeEx(PyCodeObject *co, PyObject *globals, PyObject *locals,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue