mirror of
https://github.com/python/cpython.git
synced 2026-03-04 12:01:00 +00:00
parent
77bf6da725
commit
da2b79867e
1 changed files with 0 additions and 1 deletions
|
|
@ -5155,7 +5155,6 @@ compute_code_flags(struct compiler *c)
|
|||
{
|
||||
PySTEntryObject *ste = c->u->u_ste;
|
||||
int flags = 0;
|
||||
Py_ssize_t n;
|
||||
if (ste->ste_type == FunctionBlock) {
|
||||
flags |= CO_NEWLOCALS | CO_OPTIMIZED;
|
||||
if (ste->ste_nested)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue