Message269158
| 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:04 | abarry | set | recipients: + abarry, vstinner, ezio.melotti, r.david.murray, serhiy.storchaka, ztane |
| 2016-06-24 05:47:03 | abarry | set | messageid: <1466747223.72.0.46742023964.issue27364@psf.upfronthosting.co.za> |
| 2016-06-24 05:47:03 | abarry | link | issue27364 messages |
| 2016-06-24 05:47:03 | abarry | create | |