]> granicus.if.org Git - python/commit
Remove st_nested_scopes from struct symtable,
authorJeremy Hylton <jeremy@alum.mit.edu>
Sat, 11 Aug 2001 21:51:24 +0000 (21:51 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Sat, 11 Aug 2001 21:51:24 +0000 (21:51 +0000)
commit1abf610b154cc727f219fd52b2c1f868584a6e7b
tree2eaad0eef1d3feb8f776e9debfb0f1384a6c14c3
parentd5d8fc559ca3dc0df105fdc5d535b2d67ab235c3
Remove st_nested_scopes from struct symtable,
because nested scopes are always enabled.

(Accidentally checked in one small change along this path yesterday,
wreaking havoc in the Windows build.)
Include/symtable.h
Python/compile.c