[issue23594] Wrong variable name in traceback
Jeff Zemla added the comment: In 3), "not" should be "now" -- ___ Python tracker <http://bugs.python.org/issue23594> ___ ___ Python-bugs-lis
[issue23594] Wrong variable name in traceback
New submission from Jeff Zemla: I've found a rather simple bug in the default CPython implementation on Mac OS X 10.9.5 1) Create a new .py file containing: def a(): print q x=5 2) Open Python and run using execfile() then a(). Receive error as expected: File "test.py"