Added refcount information for the *_InPlace*() API series.
This closes SourceForge bug #114287.
This commit is contained in:
parent
c0e6c5beb2
commit
1fa9365066
|
@ -493,6 +493,51 @@ PyNumber_Divmod:PyObject*:o2:0:
|
|||
PyNumber_Float:PyObject*::+1:
|
||||
PyNumber_Float:PyObject*:o:0:
|
||||
|
||||
PyNumber_InPlaceAdd:PyObject*::+1:
|
||||
PyNumber_InPlaceAdd:PyObject*:v:0:
|
||||
PyNumber_InPlaceAdd:PyObject*:w:0:
|
||||
|
||||
PyNumber_InPlaceAnd:PyObject*::+1:
|
||||
PyNumber_InPlaceAnd:PyObject*:v:0:
|
||||
PyNumber_InPlaceAnd:PyObject*:w:0:
|
||||
|
||||
PyNumber_InPlaceDivide:PyObject*::+1:
|
||||
PyNumber_InPlaceDivide:PyObject*:v:0:
|
||||
PyNumber_InPlaceDivide:PyObject*:w:0:
|
||||
|
||||
PyNumber_InPlaceLshift:PyObject*::+1:
|
||||
PyNumber_InPlaceLshift:PyObject*:v:0:
|
||||
PyNumber_InPlaceLshift:PyObject*:w:0:
|
||||
|
||||
PyNumber_InPlaceMultiply:PyObject*::+1:
|
||||
PyNumber_InPlaceMultiply:PyObject*:v:0:
|
||||
PyNumber_InPlaceMultiply:PyObject*:w:0:
|
||||
|
||||
PyNumber_InPlaceOr:PyObject*::+1:
|
||||
PyNumber_InPlaceOr:PyObject*:v:0:
|
||||
PyNumber_InPlaceOr:PyObject*:w:0:
|
||||
|
||||
PyNumber_InPlacePower:PyObject*::+1:
|
||||
PyNumber_InPlacePower:PyObject*:v:0:
|
||||
PyNumber_InPlacePower:PyObject*:w:0:
|
||||
PyNumber_InPlacePower:PyObject*:z:0:
|
||||
|
||||
PyNumber_InPlaceRemainder:PyObject*::+1:
|
||||
PyNumber_InPlaceRemainder:PyObject*:v:0:
|
||||
PyNumber_InPlaceRemainder:PyObject*:w:0:
|
||||
|
||||
PyNumber_InPlaceRshift:PyObject*::+1:
|
||||
PyNumber_InPlaceRshift:PyObject*:v:0:
|
||||
PyNumber_InPlaceRshift:PyObject*:w:0:
|
||||
|
||||
PyNumber_InPlaceSubtract:PyObject*::+1:
|
||||
PyNumber_InPlaceSubtract:PyObject*:v:0:
|
||||
PyNumber_InPlaceSubtract:PyObject*:w:0:
|
||||
|
||||
PyNumber_InPlaceXor:PyObject*::+1:
|
||||
PyNumber_InPlaceXor:PyObject*:v:0:
|
||||
PyNumber_InPlaceXor:PyObject*:w:0:
|
||||
|
||||
PyNumber_Int:PyObject*::+1:
|
||||
PyNumber_Int:PyObject*:o:0:
|
||||
|
||||
|
@ -733,6 +778,14 @@ PySequence_Index:int:::
|
|||
PySequence_Index:PyObject*:o:0:
|
||||
PySequence_Index:PyObject*:value:0:
|
||||
|
||||
PySequence_InPlaceConcat:PyObject*::+1:
|
||||
PySequence_InPlaceConcat:PyObject*:s:0:
|
||||
PySequence_InPlaceConcat:PyObject*:o:0:
|
||||
|
||||
PySequence_InPlaceRepeat:PyObject*::+1:
|
||||
PySequence_InPlaceRepeat:PyObject*:s:0:
|
||||
PySequence_InPlaceRepeat:PyObject*:o:0:
|
||||
|
||||
PySequence_Repeat:PyObject*::+1:
|
||||
PySequence_Repeat:PyObject*:o:0:
|
||||
PySequence_Repeat:int:count::
|
||||
|
|
Loading…
Reference in New Issue