|
From: <no...@so...> - 2001-05-20 16:26:29
|
Patches item #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: Closed Resolution: None Priority: 5 Submitted By: Samuele Pedroni (pedronis) Assigned to: Nobody/Anonymous (nobody) 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 ---------------------------------------------------------------------- >Comment By: Samuele Pedroni (pedronis) Date: 2001-05-20 09:26 Message: Logged In: YES user_id=61408 commited => closed. ---------------------------------------------------------------------- Comment By: Samuele Pedroni (pedronis) Date: 2001-03-07 21:30 Message: Logged In: YES user_id=61408 one is enough ---------------------------------------------------------------------- Comment By: Samuele Pedroni (pedronis) Date: 2001-03-07 21:27 Message: Logged In: YES user_id=61408 THE patch ---------------------------------------------------------------------- Comment By: Samuele Pedroni (pedronis) Date: 2001-03-07 21:25 Message: Logged In: YES user_id=61408 THE patch ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=312867&aid=406918&group_id=12867 |