|
From: nobody <no...@us...> - 2001-03-08 05:17:50
|
Patches #406918, was updated on 2001-03-07 21:18 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=312867&aid=406918&group_id=12867 Category: None Group: None Status: Open Priority: 5 Submitted By: Samuele Pedroni Assigned to: Nobody/Anonymous Summary: nested scopes Initial Comment: 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 ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=312867&aid=406918&group_id=12867 |