8000 gh-126061: add new functions to `refcounts.dat` (#126788) · ebonnal/cpython@36766de · GitHub
[go: up one dir, main page]

Skip to content

Commit 36766de

Browse files
rruuaanngebonnal
authored andcommitted
pythongh-126061: add new functions to refcounts.dat (python#126788)
1 parent 80535aa commit 36766de

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Doc/data/refcounts.dat

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,6 +1284,19 @@ PyLong_FromUnsignedLong:unsignedlong:v::
12841284
PyLong_FromVoidPtr:PyObject*::+1:
12851285
PyLong_FromVoidPtr:void*:p::
12861286

1287+
PyLong_IsPositive:int:::
1288+
PyLong_IsPositive:PyObject*:obj:0:
1289+
1290+
PyLong_IsNegative:int:::
1291+
PyLong_IsNegative:PyObject*:obj:0:
1292+
1293+
PyLong_IsZero:int:::
1294+
PyLong_IsZero:PyObject*:obj:0:
1295+
1296+
PyLong_GetSign:int:::
1297+
PyLong_GetSign:PyObject*:v:0:
1298+
PyLong_GetSign:int*:sign::
1299+
12871300
PyMapping_Check:int:::
12881301
PyMapping_Check:PyObject*:o:0:
12891302

0 commit comments

Comments
 (0)
0