diff options
author | Fred Drake <fdrake@acm.org> | 2001-08-08 18:50:18 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-08-08 18:50:18 (GMT) |
commit | 03590c6bdc97114065e68afeafdfbd6e4e155630 (patch) | |
tree | 582e9a8833701e52ee36bfdf3aa4b5d485509405 /Doc/api | |
parent | 8a267b62cca321b4166ff8dab8338a51ce6f001a (diff) | |
download | cpython-03590c6bdc97114065e68afeafdfbd6e4e155630.zip cpython-03590c6bdc97114065e68afeafdfbd6e4e155630.tar.gz cpython-03590c6bdc97114065e68afeafdfbd6e4e155630.tar.bz2 |
Reference counting information for PyNumber_*FloorDivide() and
PyNumber_*TrueDivide().
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/refcounts.dat | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index a84ce5b..49c6dd5 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -534,6 +534,10 @@ PyNumber_Divmod:PyObject*:o2:0: PyNumber_Float:PyObject*::+1: PyNumber_Float:PyObject*:o:0: +PyNumber_FloorDivide:PyObject*::+1: +PyNumber_FloorDivide:PyObject*:v:0: +PyNumber_FloorDivide:PyObject*:w:0: + PyNumber_InPlaceAdd:PyObject*::+1: PyNumber_InPlaceAdd:PyObject*:v:0: PyNumber_InPlaceAdd:PyObject*:w:0: @@ -546,6 +550,10 @@ PyNumber_InPlaceDivide:PyObject*::+1: PyNumber_InPlaceDivide:PyObject*:v:0: PyNumber_InPlaceDivide:PyObject*:w:0: +PyNumber_InPlaceFloorDivide:PyObject*::+1: +PyNumber_InPlaceFloorDivide:PyObject*:v:0: +PyNumber_InPlaceFloorDivide:PyObject*:w:0: + PyNumber_InPlaceLshift:PyObject*::+1: PyNumber_InPlaceLshift:PyObject*:v:0: PyNumber_InPlaceLshift:PyObject*:w:0: @@ -575,6 +583,10 @@ PyNumber_InPlaceSubtract:PyObject*::+1: PyNumber_InPlaceSubtract:PyObject*:v:0: PyNumber_InPlaceSubtract:PyObject*:w:0: +PyNumber_InPlaceTrueDivide:PyObject*::+1: +PyNumber_InPlaceTrueDivide:PyObject*:v:0: +PyNumber_InPlaceTrueDivide:PyObject*:w:0: + PyNumber_InPlaceXor:PyObject*::+1: PyNumber_InPlaceXor:PyObject*:v:0: PyNumber_InPlaceXor:PyObject*:w:0: @@ -623,6 +635,10 @@ PyNumber_Subtract:PyObject*::+1: PyNumber_Subtract:PyObject*:o1:0: PyNumber_Subtract:PyObject*:o2:0: +PyNumber_TrueDivide:PyObject*::+1: +PyNumber_TrueDivide:PyObject*:v:0: +PyNumber_TrueDivide:PyObject*:w:0: + PyNumber_Xor:PyObject*::+1: PyNumber_Xor:PyObject*:o1:0: PyNumber_Xor:PyObject*:o2:0: |