Issue406918
Created on 2001-03-08.05:18:12 by pedronis, last changed 2001-05-20.16:26:29 by pedronis.
File name |
Uploaded |
Description |
Edit |
Remove |
nested_scopes
|
pedronis,
2001-03-08.05:25:15
|
diff -u5 output |
|
|
msg2088 (view) |
Author: Samuele Pedroni (pedronis) |
Date: 2001-03-08.05:18:12 |
|
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
|
msg2089 (view) |
Author: Samuele Pedroni (pedronis) |
Date: 2001-03-08.05:25:15 |
|
Logged In: YES
user_id=61408
THE patch
|
msg2090 (view) |
Author: Samuele Pedroni (pedronis) |
Date: 2001-03-08.05:27:07 |
|
Logged In: YES
user_id=61408
THE patch
|
msg2091 (view) |
Author: Samuele Pedroni (pedronis) |
Date: 2001-03-08.05:30:22 |
|
Logged In: YES
user_id=61408
one is enough
|
msg2092 (view) |
Author: Samuele Pedroni (pedronis) |
Date: 2001-05-20.16:26:29 |
|
Logged In: YES
user_id=61408
commited => closed.
|
|
Date |
User |
Action |
Args |
2001-03-08 05:18:12 | pedronis | create | |
|