Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7790c3b

Browse files
committed
Removed redundant declaration of _PyLong_NumBits().
1 parent 2c31a05 commit 7790c3b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Include/longobject.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ PyAPI_FUNC(PyObject *) PyLong_FromUnicode(Py_UNICODE*, int, int);
5353
PyAPI_FUNC(int) _PyLong_Sign(PyObject *v);
5454

5555

56-
PyAPI_FUNC(size_t) _PyLong_NumBits(PyObject *v);
5756
/* _PyLong_NumBits. Return the number of bits needed to represent the
5857
absolute value of a long. For example, this returns 1 for 1 and -1, 2
5958
for 2 and -2, and 2 for 3 and -3. It returns 0 for 0.

0 commit comments

Comments
 (0)