diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-22 18:19:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-22 18:19:37 (GMT) |
commit | 1fa9365066492542c5679e393faa99507bd0d2bb (patch) | |
tree | 8f0407f9a1616c2c419910e3ec604f187943a62f /Doc/api | |
parent | c0e6c5beb2116d0c41c3fb9cb7f12c9abb09a18f (diff) | |
download | cpython-1fa9365066492542c5679e393faa99507bd0d2bb.zip cpython-1fa9365066492542c5679e393faa99507bd0d2bb.tar.gz cpython-1fa9365066492542c5679e393faa99507bd0d2bb.tar.bz2 |
Added refcount information for the *_InPlace*() API series.
This closes SourceForge bug #114287.
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/refcounts.dat | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index f3ef0ac..8021151 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -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:: |