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, r.david.murray, serhiy.storchaka, vstinner, ztane
Date 2016-06-24.05:46:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466747223.72.0.46742023964.issue27364@psf.upfronthosting.co.za>
In-reply-to
Content
I found the cause of the failed assertion, an invalid escape sequence slipped through in a file. Patch attached (also with Serhiy's comments).

It worries me a little though that pure Python code can cause a hard crash. Ok, it worries me a lot. Please don't merge this until it's fixed. I'm guessing this is a combination of unittest catching warnings and compiling the faulty source file. As to why a malformed node (i.e. one that raised a DeprecationWarning) managed to pass through unharmed is beyond me.
History
Date User Action Args
2016-06-24 05:47:04abarrysetrecipients: + abarry, vstinner, ezio.melotti, r.david.murray, serhiy.storchaka, ztane
2016-06-24 05:47:03abarrysetmessageid: <1466747223.72.0.46742023964.issue27364@psf.upfronthosting.co.za>
2016-06-24 05:47:03abarrylinkissue27364 messages
2016-06-24 05:47:03abarrycreate