]> granicus.if.org Git - python/commit
Many changes -- bug fixes and sundry improvements
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 27 Aug 2001 21:51:52 +0000 (21:51 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 27 Aug 2001 21:51:52 +0000 (21:51 +0000)
commit2afff324ea3e987bb83503932ffc405a9940a37e
tree7d85d9fa0cecc089b63d3f0fd0aec43d235bad90
parent9f448150c85d4447b7c7f39b43851a0edc150bdf
Many changes -- bug fixes and sundry improvements

Make nested scopes enabled by default

Add is_constant_false() helper so that compiled code and symbols are
consistent with builtin compiler's handling of "if 0:"

Fix doc string handling to be consistent with recent change that
eliminates the doc string from the Module's node attribute.

Add fix to print handling from Evan & Shane.

Track change to visitor api by making "verbose" explicit.

Comment out setting CO_NESTED flag (it's unnecessary in 2.2).
Lib/compiler/pycodegen.py
Tools/compiler/compiler/pycodegen.py