mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Hide list comp variables and support set comprehensions
This commit is contained in:
parent
6ef6306dd6
commit
650f0d06d3
29 changed files with 2006 additions and 1323 deletions
|
|
@ -33,7 +33,7 @@ symtable_symtable(PyObject *self, PyObject *args)
|
|||
st = Py_SymtableString(str, filename, start);
|
||||
if (st == NULL)
|
||||
return NULL;
|
||||
t = st->st_symbols;
|
||||
t = st->st_blocks;
|
||||
Py_INCREF(t);
|
||||
PyMem_Free((void *)st->st_future);
|
||||
PySymtable_Free(st);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue