Skip to content

Commit a7cb1b3

Browse files
authored
Update Objects/longobject.c
1 parent b27a21e commit a7cb1b3

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
@@ -156,7 +156,6 @@ static inline int
156156
maybe_freelist_push(PyObject *self)
157157
{
158158
assert(PyLong_CheckExact(self));
159-
assert(Py_IS_TYPE(self, &PyLong_Type));
160159

161160
PyLongObject *op = (PyLongObject *)self;
162161
Py_ssize_t ndigits = _PyLong_DigitCount(op);

0 commit comments

Comments
 (0)