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, ezio.melotti, gvanrossum, r.david.murray, serhiy.storchaka, vstinner, ztane
Date 2016-06-27.00:26:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466987220.01.0.427075785136.issue27364@psf.upfronthosting.co.za>
In-reply-to
Content
Ah right, assert() is only enabled in debug mode, I forgot that. My (very uneducated) guess is that compile() got the error (which was a warning) but then decided to return a value anyway, and the next thing that tries to call anything crashes Python. I opened #27394 to get some experts' advice.
History
Date User Action Args
2016-06-27 00:27:00abarrysetrecipients: + abarry, gvanrossum, vstinner, ezio.melotti, r.david.murray, serhiy.storchaka, ztane
2016-06-27 00:27:00abarrysetmessageid: <1466987220.01.0.427075785136.issue27364@psf.upfronthosting.co.za>
2016-06-27 00:26:59abarrylinkissue27364 messages
2016-06-27 00:26:59abarrycreate