]> granicus.if.org Git - python/commit
bpo-33308: Fix a crash in the parser module when convert an ST object. (#6519)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 18 Apr 2018 22:55:37 +0000 (01:55 +0300)
committerGitHub <noreply@github.com>
Wed, 18 Apr 2018 22:55:37 +0000 (01:55 +0300)
commite5362eaa75a154c6e91c5b1c47719d0a0f5ca48b
tree213789668d45f15b8bbff0e16aea5dfe6874dca1
parentc127a86e1862df88ec6f9d15b79c627fc616766e
bpo-33308: Fix a crash in the parser module when convert an ST object. (#6519)

Converting with line_info=False and col_info=True crashed before.
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