[issue9904] Cosmetic issues that may warrant a fix in symtable.h/c

Nick Coghlan report at bugs.python.org
Sun Jan 9 08:06:50 CET 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

If I recall correctly, st_nblocks and st_future are there for consistency with the corresponding compiler structures.

I believe st_future is also needed whenever a future flag affects the symtable construction (there aren't any at the moment, but a trawl through the version history in the Python 2.x symtable.c may reveal some)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9904>
_______________________________________


More information about the Python-bugs-list mailing list