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 2014-04-29 09:00 by ztane, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| astlinenotest.py | ztane, 2014-04-29 09:00 | an example of how to trigger the assertion failure using ASTs and compile | ||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:02 | admin | set | github: 65584 |
| 2016-01-20 11:35:39 | vstinner | set | status: open -> closed superseder: PEP 511: code.co_lnotab: use signed line number delta to support moving instructions in an optimizer resolution: fixed messages: + msg258670 |
| 2015-03-09 14:46:03 | Claudiu.Popa | set | nosy: + Claudiu.Popa |
| 2014-05-17 23:49:50 | terry.reedy | set | messages: + msg218723 stage: needs patch |
| 2014-05-17 13:18:52 | r.david.murray | set | nosy: + r.david.murray messages: + msg218700 |
| 2014-05-13 08:13:59 | vstinner | set | nosy: + benjamin.peterson messages: + msg218412 |
| 2014-05-12 23:45:25 | vstinner | set | nosy: + vstinner messages: + msg218383 title: Compiling modified AST crashes on debug build unless linenumbering discarded -> in debug mode, compile(ast) fails with an assertion error if an AST node has no line number information |
| 2014-05-02 22:49:15 | terry.reedy | set | nosy: + terry.reedy messages: + msg217806 versions: - Python 3.1, Python 3.2, Python 3.3 |
| 2014-04-29 09:00:10 | ztane | create | |
