File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -216,6 +216,11 @@ PyEval_RestoreThread:PyThreadState*:tstate::
216216
217217PyEval_SaveThread:PyThreadState*:::
218218
219+ PyEval_EvalCode:PyObject*::+1:
220+ PyEval_EvalCode:PyCodeObject*:co:0:
221+ PyEval_EvalCode:PyObject*:globals:0:
222+ PyEval_EvalCode:PyObject*:locals:0:
223+
219224PyFile_AsFile:FILE*:::
220225PyFile_AsFile:PyFileObject*:p:0:
221226
@@ -649,7 +654,7 @@ PyRun_AnyFile:int:::
649654PyRun_AnyFile:FILE*:fp::
650655PyRun_AnyFile:char*:filename::
651656
652- PyRun_File:PyObject*::1:??? -- same as eval_code2()
657+ PyRun_File:PyObject*::+ 1:??? -- same as eval_code2()
653658PyRun_File:FILE*:fp::
654659PyRun_File:char*:filename::
655660PyRun_File:int:start::
@@ -671,7 +676,7 @@ PyRun_SimpleFile:char*:filename::
671676PyRun_SimpleString:int:::
672677PyRun_SimpleString:char*:command::
673678
674- PyRun_String:PyObject*::1:??? -- same as eval_code2()
679+ PyRun_String:PyObject*::+ 1:??? -- same as eval_code2()
675680PyRun_String:char*:str::
676681PyRun_String:int:start::
677682PyRun_String:PyObject*:globals:0:
You can’t perform that action at this time.
0 commit comments