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.

Author brett.cannon
Recipients brett.cannon
Date 2018-04-18.15:32:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524065546.01.0.682650639539.issue33308@psf.upfronthosting.co.za>
In-reply-to
Content
`parser.st2list(parser.suite(""), col_info=True)` causes:

Fatal Python error: a function returned a result with an error set
IndexError: list assignment index out of range

```
The above exception was the direct cause of the following exception:

SystemError: <built-in function st2list> returned a result with an error set

Current thread 0x00007fff9ca99380 (most recent call first):
  File "/private/tmp/tester/lazy/sub.py", line 3 in <module>
fish: '/Users/brettcannon/Repositories…' terminated by signal SIGABRT (Abort)
```
History
Date User Action Args
2018-04-18 15:32:26brett.cannonsetrecipients: + brett.cannon
2018-04-18 15:32:26brett.cannonsetmessageid: <1524065546.01.0.682650639539.issue33308@psf.upfronthosting.co.za>
2018-04-18 15:32:25brett.cannonlinkissue33308 messages
2018-04-18 15:32:25brett.cannoncreate