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:
parent
3966d8d626
commit
1e3497e745
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user