Skip to content

Commit 76e0785

Browse files
authored
Apply suggestion from @eendebakpt
1 parent e0bae62 commit 76e0785

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Include/internal/pycore_long.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ static inline PyObject* _PyLong_FromUnsignedChar(unsigned char i)
8282
return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+i];
8383
}
8484

85-
86-
8785
// _PyLong_Frexp returns a double x and an exponent e such that the
8886
// true value is approximately equal to x * 2**e. x is
8987
// 0.0 if and only if the input is 0 (in which case, e and x are both

0 commit comments

Comments
 (0)