]> granicus.if.org Git - python/commit
Several small changes. Mostly reformatting, adding parens.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 8 May 2001 04:12:34 +0000 (04:12 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 8 May 2001 04:12:34 +0000 (04:12 +0000)
commit9c90105cb000dbda5dead81732322a27b62319bb
tree13ae32fe8c0cb935fbbcedd7175e0c3ae0c769d2
parent4c889011db22df761709ac8f9bc246bf4931e9c4
Several small changes.  Mostly reformatting, adding parens.

Check for free in class and method only if nested scopes are enabled.

Add assertion to verify that no free variables occur when nested
scopes are disabled.

XXX When should nested scopes by made non-optional on the trunk?
Python/compile.c