We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
refcounts.dat
1 parent 3966d8d commit 1e3497eCopy full SHA for 1e3497e
Doc/data/refcounts.dat
@@ -1284,6 +1284,19 @@ PyLong_FromUnsignedLong:unsignedlong:v::
1284
PyLong_FromVoidPtr:PyObject*::+1:
1285
PyLong_FromVoidPtr:void*:p::
1286
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
1300
PyMapping_Check:int:::
1301
PyMapping_Check:PyObject*:o:0:
1302
0 commit comments