Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 2c31a05 commit 7790c3bCopy full SHA for 7790c3b
1 file changed
Include/longobject.h
@@ -53,7 +53,6 @@ PyAPI_FUNC(PyObject *) PyLong_FromUnicode(Py_UNICODE*, int, int);
53
PyAPI_FUNC(int) _PyLong_Sign(PyObject *v);
54
55
56
-PyAPI_FUNC(size_t) _PyLong_NumBits(PyObject *v);
57
/* _PyLong_NumBits. Return the number of bits needed to represent the
58
absolute value of a long. For example, this returns 1 for 1 and -1, 2
59
for 2 and -2, and 2 for 3 and -3. It returns 0 for 0.
0 commit comments