]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40614: Respect feature version for f-string debug expressions (GH-20196)
authorShantanu <hauntsaninja@users.noreply.github.com>
Wed, 27 May 2020 20:30:38 +0000 (13:30 -0700)
committerGitHub <noreply@github.com>
Wed, 27 May 2020 20:30:38 +0000 (21:30 +0100)
commitc116c94ff119485761460f1033cdee425bed0310
tree83d645e05d244b3692c004648a510691a4856a96
parentdb5aed931f8a617f7b63e773f62db468fe9c5ca1
bpo-40614: Respect feature version for f-string debug expressions (GH-20196)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Lib/test/test_ast.py
Misc/NEWS.d/next/Library/2020-05-18-22-41-02.bpo-40614.8j3kmq.rst [new file with mode: 0644]
Parser/pegen/parse_string.c
Python/ast.c