Skip to content

Commit 0764241

Browse files
committed
typo
1 parent 0837699 commit 0764241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Objects/longobject.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3611,6 +3611,7 @@ long_richcompare(PyObject *self, PyObject *other, int op)
36113611
Py_RETURN_RICHCOMPARE(result, 0, op);
36123612
}
36133613

3614+
static void
36143615
long_dealloc(PyObject *self)
36153616
{
36163617
#ifdef Py_LIMITED_API

0 commit comments

Comments
 (0)