From: D-Man <ds...@ri...> - 2001-04-13 19:17:14
|
On Fri, Apr 13, 2001 at 06:43:24PM +0000, Finn Bock wrote: | [D-Man] ... | >./run.bash Main.py | >Traceback (innermost last): | > File "Main.py", line 33, in ? | > File "SessionTests\__init__.py", line 25, in ? | >java.lang.NullPointerException | >... | | The stacktrace is gone in 2.1a1 ... Ok. ... | >I just checked against CPython and found this: | > | >>>> def foo( ): | >... del dne | >... | >>>> foo() | >Traceback (most recent call last): | > File "<stdin>", line 1, in ? | > File "<stdin>", line 2, in foo | >UnboundLocalError: Local variable 'dne' referenced before assignment | | .. but 2.1a1 still doesn't work as CPython. I have made a bugreport | about this. Ok. Happy debugging :-). -D |