This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ronny.Pfannschmidt
Recipients Ronny.Pfannschmidt
Date 2011-11-10.09:51:06
SpamBayes Score 3.8769516e-09
Marked as misclassified No
Message-id <1320918667.91.0.713083174884.issue13381@psf.upfronthosting.co.za>
In-reply-to
Content
$ python3.2  -c 'import ast;compile(ast.parse(open("testing/test_keymap.py").read()), "test", "exec")'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
TypeError: AST string must be of type str

note that just compiling the source works fine
History
Date User Action Args
2011-11-10 09:51:07Ronny.Pfannschmidtsetrecipients: + Ronny.Pfannschmidt
2011-11-10 09:51:07Ronny.Pfannschmidtsetmessageid: <1320918667.91.0.713083174884.issue13381@psf.upfronthosting.co.za>
2011-11-10 09:51:07Ronny.Pfannschmidtlinkissue13381 messages
2011-11-10 09:51:07Ronny.Pfannschmidtcreate