Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ca744c

Browse files
committed
Added information for PyEval_EvalCode().
Fixed a couple of typos (new references are represented by "+1", not "1").
1 parent 4de96c2 commit 4ca744c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Doc/api/refcounts.dat

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,11 @@ PyEval_RestoreThread:PyThreadState*:tstate::
216216

217217
PyEval_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+
219224
PyFile_AsFile:FILE*:::
220225
PyFile_AsFile:PyFileObject*:p:0:
221226

@@ -649,7 +654,7 @@ PyRun_AnyFile:int:::
649654
PyRun_AnyFile:FILE*:fp::
650655
PyRun_AnyFile:char*:filename::
651656

652-
PyRun_File:PyObject*::1:??? -- same as eval_code2()
657+
PyRun_File:PyObject*::+1:??? -- same as eval_code2()
653658
PyRun_File:FILE*:fp::
654659
PyRun_File:char*:filename::
655660
PyRun_File:int:start::
@@ -671,7 +676,7 @@ PyRun_SimpleFile:char*:filename::
671676
PyRun_SimpleString:int:::
672677
PyRun_SimpleString:char*:command::
673678

674-
PyRun_String:PyObject*::1:??? -- same as eval_code2()
679+
PyRun_String:PyObject*::+1:??? -- same as eval_code2()
675680
PyRun_String:char*:str::
676681
PyRun_String:int:start::
677682
PyRun_String:PyObject*:globals:0:

0 commit comments

Comments
 (0)