0
0
mirror of https://github.com/python/cpython.git synced 2024-11-21 12:59:38 +01:00

gh-126061: add new functions to refcounts.dat (#126788)

This commit is contained in:
RUANG (James Roy) 2024-11-14 22:04:38 +08:00 committed by GitHub
parent 3966d8d626
commit 1e3497e745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1284,6 +1284,19 @@ PyLong_FromUnsignedLong:unsignedlong:v::
PyLong_FromVoidPtr:PyObject*::+1:
PyLong_FromVoidPtr:void*:p::
PyLong_IsPositive:int:::
PyLong_IsPositive:PyObject*:obj:0:
PyLong_IsNegative:int:::
PyLong_IsNegative:PyObject*:obj:0:
PyLong_IsZero:int:::
PyLong_IsZero:PyObject*:obj:0:
PyLong_GetSign:int:::
PyLong_GetSign:PyObject*:v:0:
PyLong_GetSign:int*:sign::
PyMapping_Check:int:::
PyMapping_Check:PyObject*:o:0: