]> granicus.if.org Git - python/commit
bpo-36817: Do not decrement reference for expr_text on fstring = parsing failure...
authorPablo Galindo <Pablogsal@gmail.com>
Sun, 12 May 2019 00:43:04 +0000 (01:43 +0100)
committerGitHub <noreply@github.com>
Sun, 12 May 2019 00:43:04 +0000 (01:43 +0100)
commit26f55c29f2316648939ad12a9d3730a2118da2ea
treecf021f784f1201ae0e1a9e221ab4a154d5b40b28
parent5833e94d8615ea18b14e4830ecdb868aec81b378
bpo-36817: Do not decrement reference for expr_text on fstring = parsing failure (GH-13256)
Lib/test/test_fstring.py
Python/ast.c