Skip to content

Commit 2a8692d

Browse files
committed
Revert changes
1 parent 2724758 commit 2a8692d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Objects/longobject.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ maybe_small_long(PyLongObject *v)
115115
if (PyErr_CheckSignals()) PyTryBlock \
116116
} while(0)
117117

118-
119118
/* Normalize (remove leading zeros from) an int object.
120119
Doesn't attempt to free the storage--in most cases, due to the nature
121120
of the algorithms used, this could save at most be one word anyway. */

0 commit comments

Comments
 (0)