]> 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:11:05 +0000 (22:11 -0700)
committerGitHub <noreply@github.com>
Thu, 19 Apr 2018 05:11:05 +0000 (22:11 -0700)
commitfc8693dc7a228d687bf066e163f82a7724b58b68
treec22dfed3303ec6a197e4ed811dc82f59334706e3
parent1957e7b76a1319995360492223a4dfe1cd5d105c
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