mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
# Darn! Local variable l declared but not used in abstract_issubclass().
This commit is contained in:
parent
26921da2c9
commit
7f85186921
1 changed files with 1 additions and 1 deletions
|
@ -2012,7 +2012,7 @@ abstract_issubclass(derived, cls, err, first)
|
|||
{
|
||||
static PyObject *__bases__ = NULL;
|
||||
PyObject *bases;
|
||||
int i, l, n;
|
||||
int i, n;
|
||||
int r = 0;
|
||||
|
||||
if (__bases__ == NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue