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 e0bae62 commit 76e0785Copy full SHA for 76e0785
1 file changed
Include/internal/pycore_long.h
@@ -82,8 +82,6 @@ static inline PyObject* _PyLong_FromUnsignedChar(unsigned char i)
82
return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+i];
83
}
84
85
-
86
87
// _PyLong_Frexp returns a double x and an exponent e such that the
88
// true value is approximately equal to x * 2**e. x is
89
// 0.0 if and only if the input is 0 (in which case, e and x are both
0 commit comments