Message269329
| 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:00 | abarry | set | recipients: + abarry, gvanrossum, vstinner, ezio.melotti, r.david.murray, serhiy.storchaka, ztane |
| 2016-06-27 00:27:00 | abarry | set | messageid: <1466987220.01.0.427075785136.issue27364@psf.upfronthosting.co.za> |
| 2016-06-27 00:26:59 | abarry | link | issue27364 messages |
| 2016-06-27 00:26:59 | abarry | create | |