mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583)
This commit is contained in:
parent
37ebdf0a86
commit
ad106c68eb
5 changed files with 149 additions and 18 deletions
|
@ -58,7 +58,6 @@ _symtable_symtable_impl(PyObject *module, PyObject *source,
|
|||
}
|
||||
t = (PyObject *)st->st_top;
|
||||
Py_INCREF(t);
|
||||
PyMem_Free((void *)st->st_future);
|
||||
_PySymtable_Free(st);
|
||||
return t;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue