mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Remove comment with very long lines that explained what the code used
to do. XXX Please be careful when checking in patches to avoid checking in junk that explains what the patched code used to do.
This commit is contained in:
parent
c8fb937fbf
commit
521482d84f
1 changed files with 3 additions and 3 deletions
|
@ -4628,9 +4628,9 @@ symtable_cellvar_offsets(PyObject **cellvars, int argcount,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (list == NULL) /* There used to be a check here for the size of */
|
if (list == NULL)
|
||||||
return 0; /* the list being 0, which would have leaked the */
|
return 0;
|
||||||
/* list if that condition was ever possible. JRH */
|
|
||||||
/* There are cellvars that are also arguments. Create a dict
|
/* There are cellvars that are also arguments. Create a dict
|
||||||
to replace cellvars and put the args at the front.
|
to replace cellvars and put the args at the front.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue