Skip to content

Commit 80f9c47

Browse files
committed
Initialize staticmethod/classmethod callables in tp_new
1 parent 7b72250 commit 80f9c47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Objects/funcobject.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,6 @@ PyClassMethod_New(PyObject *callable)
16521652
}
16531653

16541654

1655-
16561655
/* Static method object */
16571656

16581657
/* A static method does not receive an implicit first argument.

0 commit comments

Comments
 (0)