Terry J. Reedy added the comment: ZERO <__main__.Context object at 0x000000874AF3E0B8> ONE <__main__.Context object at 0x000000874AF326D8> Traceback (most recent call last): File "F:\Python\mypy\tem.py", line 45, in <module> print ('TWO', two) NameError: name 'two' is not defined Traceback (most recent call last): File "F:\Python\mypy\tem.py", line 53, in <module> print ('THREE', three) NameError: name 'three' is not defined FOUR <__main__.Context object at 0x000000874AF32748> FIVE <__main__.Context object at 0x000000874B157EB8>
---------- nosy: +ncoghlan, terry.reedy stage: -> test needed versions: +Python 2.7, Python 3.4, Python 3.5, Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25474> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com