]> granicus.if.org Git - python/commit
bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 Apr 2018 05:10:36 +0000 (22:10 -0700)
committerGitHub <noreply@github.com>
Thu, 19 Apr 2018 05:10:36 +0000 (22:10 -0700)
commitb27c71cdc02ae01081c14e7192f47abe636a831f
tree6e40b06adec8ee2b226aedb22a870c1d375414b3
parent67067d85eb1df8c52399f9fc74dc4c1a32ec86cd
bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519)

Converting with line_info=False and col_info=True crashed before.
(cherry picked from commit e5362eaa75a154c6e91c5b1c47719d0a0f5ca48b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_parser.py
Misc/NEWS.d/next/Library/2018-04-18-19-12-25.bpo-33308.fW75xi.rst [new file with mode: 0644]
Modules/parsermodule.c