Message269328
| 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:36 | abarry | set | recipients: + abarry, brett.cannon, georg.brandl, ncoghlan, benjamin.peterson, yselivanov |
| 2016-06-27 00:26:36 | abarry | set | messageid: <1466987196.42.0.363723016695.issue27394@psf.upfronthosting.co.za> |
| 2016-06-27 00:26:35 | abarry | link | issue27394 messages |
| 2016-06-27 00:26:34 | abarry | create | |