Message2088

Author pedronis
Recipients
Date 2001-03-08.05:18:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Optional nested scopes support (as python 2.1b1)

LocalsCompiler becomes obsolete.
Adds few new files.

from __future__ import nested_scopes
does not setup nested scope for the entire session
from an interactive prompt: but the necessary
hooks are already there ...

It passes test_scope from python 2.1b1

and a typical subset of python 2.1b1 regression
tests and the jython regrtest suite
(even with nested scopes logic forced on).

[some corner cases must be clarified together
with python].

-- sP
History
Date User Action Args
2008-02-20 17:18:13adminlinkissue406918 messages
2008-02-20 17:18:13admincreate