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

Skip to content

Commit b2625eb

Browse files
committed
Removed information on the old third parameter to _PyTuple_Resize().
Added information on PyIter_Check(), PyIter_Next(), PyObject_Unicode(), PyString_AsDecodedObject(), PyString_AsEncodedObject(), and PyThreadState_GetDict().
1 parent 404ac97 commit b2625eb

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

Doc/api/refcounts.dat

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,11 @@ PyInterpreterState_Delete:PyInterpreterState*:interp::
363363

364364
PyInterpreterState_New:PyInterpreterState*:::
365365

366+
PyIter_Check:int:o:0:
367+
368+
PyIter_Next:PyObject*::+1:
369+
PyIter_Next:PyObject*:o:0:
370+
366371
PyList_Append:int:::
367372
PyList_Append:PyObject*:list:0:
368373
PyList_Append:PyObject*:item:+1:
@@ -728,6 +733,9 @@ PyObject_Str:PyObject*:o:0:
728733
PyObject_Type:PyObject*::+1:
729734
PyObject_Type:PyObject*:o:0:
730735

736+
PyObject_Unicode:PyObject*::+1:
737+
PyObject_Unicode:PyObject*:o:0:
738+
731739
PyParser_SimpleParseFile:struct _node*:::
732740
PyParser_SimpleParseFile:FILE*:fp::
733741
PyParser_SimpleParseFile:char*:filename::
@@ -846,6 +854,16 @@ PySequence_Tuple:PyObject*:o:0:
846854
PyString_AS_STRING:char*:::
847855
PyString_AS_STRING:PyObject*:string:0:
848856

857+
PyString_AsDecodedObject:PyObject*::+1:
858+
PyString_AsDecodedObject:PyObject*:str:0:
859+
PyString_AsDecodedObject:const char*:encoding::
860+
PyString_AsDecodedObject:const char*:errors::
861+
862+
PyString_AsEncodedObject:PyObject*::+1:
863+
PyString_AsEncodedObject:PyObject*:str:0:
864+
PyString_AsEncodedObject:const char*:encoding::
865+
PyString_AsEncodedObject:const char*:errors::
866+
849867
PyString_AsString:char*:::
850868
PyString_AsString:PyObject*:string:0:
851869

@@ -917,6 +935,8 @@ PyThreadState_Delete:PyThreadState*:tstate::
917935

918936
PyThreadState_Get:PyThreadState*:::
919937

938+
PyThreadState_GetDict:PyObject*::0:
939+
920940
PyThreadState_New:PyThreadState*:::
921941
PyThreadState_New:PyInterpreterState*:interp::
922942

@@ -1329,7 +1349,6 @@ _PyString_Resize:int:newsize::
13291349
_PyTuple_Resize:int:::
13301350
_PyTuple_Resize:PyTupleObject**:p:+1:
13311351
_PyTuple_Resize:int:new::
1332-
_PyTuple_Resize:int:last_is_sticky::
13331352

13341353
_Py_c_diff:Py_complex:::
13351354
_Py_c_diff:Py_complex:left::

0 commit comments

Comments
 (0)