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.
Created on 2016年06月27日 00:26 by abarry, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg269328 - (view) | Author: Anilyka Barry (abarry) * (Python triager) | Date: 2016年06月27日 00:26 | |
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?) |
|||
| msg269331 - (view) | Author: Anilyka Barry (abarry) * (Python triager) | Date: 2016年06月27日 01:37 | |
Nevermind, my mistake. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:33 | admin | set | github: 71581 |
| 2016年06月27日 01:37:49 | abarry | set | status: open -> closed type: crash -> messages: + msg269331 resolution: not a bug stage: needs patch -> resolved |
| 2016年06月27日 00:26:36 | abarry | create | |