[issue33308] parser.st2list(..., col_info=True) triggers a SystemError

2018-04-18 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue33308] parser.st2list(..., col_info=True) triggers a SystemError

2018-04-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset d988c0b6bd1c5965fdc51428119e9104211e688f by Serhiy Storchaka in branch '2.7': [2.7] bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519) (GH-6532) https://github.com/python/cpython/commit/d988c0b6bd1c5965fdc51428119

[issue33308] parser.st2list(..., col_info=True) triggers a SystemError

2018-04-18 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +6225 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue33308] parser.st2list(..., col_info=True) triggers a SystemError

2018-04-18 Thread miss-islington
miss-islington added the comment: New changeset fc8693dc7a228d687bf066e163f82a7724b58b68 by Miss Islington (bot) in branch '3.6': bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519) https://github.com/python/cpython/commit/fc8693dc7a228d687bf066e163f82a7724b58b68

[issue33308] parser.st2list(..., col_info=True) triggers a SystemError

2018-04-18 Thread miss-islington
miss-islington added the comment: New changeset b27c71cdc02ae01081c14e7192f47abe636a831f by Miss Islington (bot) in branch '3.7': bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519) https://github.com/python/cpython/commit/b27c71cdc02ae01081c14e7192f47abe636a831f

[issue33308] parser.st2list(..., col_info=True) triggers a SystemError

2018-04-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +6221 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33308] parser.st2list(..., col_info=True) triggers a SystemError

2018-04-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +6220 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33308] parser.st2list(..., col_info=True) triggers a SystemError

2018-04-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset e5362eaa75a154c6e91c5b1c47719d0a0f5ca48b by Serhiy Storchaka in branch 'master': bpo-33308: Fix a crash in the parser module when convert an ST object. (#6519) https://github.com/python/cpython/commit/e5362eaa75a154c6e91c5b1c47719d0a0f5ca48b

[issue33308] parser.st2list(..., col_info=True) triggers a SystemError

2018-04-18 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +6212 stage: test needed -> patch review ___ Python tracker ___ ___ P

[issue33308] parser.st2list(..., col_info=True) triggers a SystemError

2018-04-18 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- assignee: -> serhiy.storchaka components: +Extension Modules -Library (Lib) nosy: +serhiy.storchaka type: behavior -> crash versions: +Python 2.7 ___ Python tracker ___

[issue33308] parser.st2list(..., col_info=True) triggers a SystemError

2018-04-18 Thread Brett Cannon
New submission from Brett Cannon : `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: