Message26656
Logged In: YES
user_id=4771
A scoping problem (comparing with the old compiler):
class X:
print hello
The variable 'hello' is incorrectly looked up with
LOAD_GLOBAL instead of LOAD_NAME. It causes a crash
in PyPy in a case where the name 'hello' is stored
into the class implicitely (via locals()). It can
probably be discussed if the bug is in PyPy, but it
is a difference in behavior. |
|
Date |
User |
Action |
Args |
2007-08-23 14:35:37 | admin | link | issue1333982 messages |
2007-08-23 14:35:37 | admin | create | |
|