]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH...
authorBatuhan Taskaya <isidentical@gmail.com>
Fri, 22 May 2020 22:32:34 +0000 (01:32 +0300)
committerGitHub <noreply@github.com>
Fri, 22 May 2020 22:32:34 +0000 (23:32 +0100)
commit43300148c5f30317ebf767aa8853a957ee5c87fb
tree5dfb53b3b33ff6df2431b1bbc6e3a732e9fe2298
parent3613bf07bd236ba50bc715dd407db0ee98ea739d
[3.7] bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156). (GH-20192)

(cherry picked from commit 2135e10dc717c00d10d899d232bebfc59bb25032)

Co-authored-by: Batuhan Taskaya <batuhanosmantaskaya@gmail.com>
Lib/test/test_future.py
Misc/NEWS.d/next/Core and Builtins/2020-05-17-20-38-12.bpo-40663.u2aiZf.rst [new file with mode: 0644]
Python/ast_unparse.c