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 abarry
Recipients abarry, benjamin.peterson, brett.cannon, georg.brandl, ncoghlan, yselivanov
Date 2016-06-27.00:26:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466987196.42.0.363723016695.issue27394@psf.upfronthosting.co.za>
In-reply-to
Content
My trivial patch exposed a bug in the ast/compiler, where compile() would return a value and set an exception. See http://bugs.python.org/issue27364#msg269323 for more information and steps to reproduce. I looked a bit into it, but I don't know enough about it to be of much help.

(This is just a shot in the dark, but maybe compile() doesn't handle warnings-as-errors properly?)
History
Date User Action Args
2016-06-27 00:26:36abarrysetrecipients: + abarry, brett.cannon, georg.brandl, ncoghlan, benjamin.peterson, yselivanov
2016-06-27 00:26:36abarrysetmessageid: <1466987196.42.0.363723016695.issue27394@psf.upfronthosting.co.za>
2016-06-27 00:26:35abarrylinkissue27394 messages
2016-06-27 00:26:34abarrycreate