8000 gh-92810: Apply fixes · python/cpython@3d80b1e · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit 3d80b1e

Browse files
committed
gh-92810: Apply fixes
Signed-off-by: Martynov Maxim <martinov_m_s_@mail.ru>
1 parent 9bc4385 commit 3d80b1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_abc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,6 @@ _abc__abc_subclasscheck_impl(PyObject *module, PyObject *self,
760760
PyErr_SetString(PyExc_TypeError, "issubclass() arg 1 must be a class");
761761
return NULL;
762762
}
763-
PyTypeObject *cls = (PyTypeObject *)self;
764763

765764
PyObject *ok, *subclasses = NULL, *result = NULL;
766765
_abcmodule_state *state = NULL;

0 commit comments

Comments
 (0)
0