]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed information on the old third parameter to _PyTuple_Resize().
authorFred Drake <fdrake@acm.org>
Tue, 29 May 2001 15:34:06 +0000 (15:34 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 29 May 2001 15:34:06 +0000 (15:34 +0000)
Added information on PyIter_Check(), PyIter_Next(),
PyObject_Unicode(), PyString_AsDecodedObject(),
PyString_AsEncodedObject(), and PyThreadState_GetDict().

Doc/api/refcounts.dat

index 2a3cc00e381df5359fb8a640d5620d6e6f7387e4..d7dec6701ab358bc32221651328a55d21c5d0db4 100644 (file)
@@ -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::