]> granicus.if.org Git - python/commit
bpo-37070: Cleanup fstring debug handling (GH-13607)
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Wed, 29 May 2019 07:55:44 +0000 (03:55 -0400)
committerGitHub <noreply@github.com>
Wed, 29 May 2019 07:55:44 +0000 (03:55 -0400)
commitf83d1dbd3bfbde940117c85f5c70de00e47b7e6e
treed134b1d0cfd4a44ed67fc5d4bfae6190916798aa
parent0ae022c6a47abffce22ec185552e319b7b93dbf4
bpo-37070: Cleanup fstring debug handling (GH-13607)

* Clean up some comments, fix potential memory leaks, clarify literal and expr_text.
Lib/test/test_future.py
Python/ast.c