]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-40614: Respect feature version for f-string debug expressions (GH-20196...
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 27 May 2020 21:01:11 +0000 (22:01 +0100)
committerGitHub <noreply@github.com>
Wed, 27 May 2020 21:01:11 +0000 (22:01 +0100)
commit9b83829e7d476acecc86d48978acc5813ec51e65
tree54ed63c5cb7e0d81cd1ea91bf51f935a66658bbd
parent3a2667d91e33493ccde113ddf5092afefc3c89fa
[3.9] bpo-40614: Respect feature version for f-string debug expressions (GH-20196) (GH-20464)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
(cherry picked from commit c116c94)

Co-authored-by: Shantanu <hauntsaninja@users.noreply.github.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