mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
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().
This commit is contained in:
parent
404ac97207
commit
b2625eb10e
1 changed files with 20 additions and 1 deletions
|
@ -363,6 +363,11 @@ PyInterpreterState_Delete:PyInterpreterState*:interp::
|
|||
|
||||
PyInterpreterState_New:PyInterpreterState*:::
|
||||
|
||||
PyIter_Check:int:o:0:
|
||||
|
||||
PyIter_Next:PyObject*::+1:
|
||||
PyIter_Next:PyObject*:o:0:
|
||||
|
||||
PyList_Append:int:::
|
||||
PyList_Append:PyObject*:list:0:
|
||||
PyList_Append:PyObject*:item:+1:
|
||||
|
@ -728,6 +733,9 @@ PyObject_Str:PyObject*:o:0:
|
|||
PyObject_Type:PyObject*::+1:
|
||||
PyObject_Type:PyObject*:o:0:
|
||||
|
||||
PyObject_Unicode:PyObject*::+1:
|
||||
PyObject_Unicode:PyObject*:o:0:
|
||||
|
||||
PyParser_SimpleParseFile:struct _node*:::
|
||||
PyParser_SimpleParseFile:FILE*:fp::
|
||||
PyParser_SimpleParseFile:char*:filename::
|
||||
|
@ -846,6 +854,16 @@ PySequence_Tuple:PyObject*:o:0:
|
|||
PyString_AS_STRING:char*:::
|
||||
PyString_AS_STRING:PyObject*:string:0:
|
||||
|
||||
PyString_AsDecodedObject:PyObject*::+1:
|
||||
PyString_AsDecodedObject:PyObject*:str:0:
|
||||
PyString_AsDecodedObject:const char*:encoding::
|
||||
PyString_AsDecodedObject:const char*:errors::
|
||||
|
||||
PyString_AsEncodedObject:PyObject*::+1:
|
||||
PyString_AsEncodedObject:PyObject*:str:0:
|
||||
PyString_AsEncodedObject:const char*:encoding::
|
||||
PyString_AsEncodedObject:const char*:errors::
|
||||
|
||||
PyString_AsString:char*:::
|
||||
PyString_AsString:PyObject*:string:0:
|
||||
|
||||
|
@ -917,6 +935,8 @@ PyThreadState_Delete:PyThreadState*:tstate::
|
|||
|
||||
PyThreadState_Get:PyThreadState*:::
|
||||
|
||||
PyThreadState_GetDict:PyObject*::0:
|
||||
|
||||
PyThreadState_New:PyThreadState*:::
|
||||
PyThreadState_New:PyInterpreterState*:interp::
|
||||
|
||||
|
@ -1329,7 +1349,6 @@ _PyString_Resize:int:newsize::
|
|||
_PyTuple_Resize:int:::
|
||||
_PyTuple_Resize:PyTupleObject**:p:+1:
|
||||
_PyTuple_Resize:int:new::
|
||||
_PyTuple_Resize:int:last_is_sticky::
|
||||
|
||||
_Py_c_diff:Py_complex:::
|
||||
_Py_c_diff:Py_complex:left::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue