Issue 8208: test_issue7820 fails: "name '?' is not defined" (original) (raw)
Trunk running on OS X 10.6.2:
====================================================================== ERROR: test_issue7820 (test.test_pep263.PEP263Test)
Traceback (most recent call last): File "/private/tmp/pp/usr/local/lib/python2.7/test/test_pep263.py", line 39, in test_issue7820 self.assertRaises(SyntaxError, eval, '\xff\x20') File "/private/tmp/pp/usr/local/lib/python2.7/unittest/case.py", line 444, in assertRaises callableObj(*args, **kwargs) File "", line 1, in NameError: name '?' is not defined