]> granicus.if.org Git - python/commit
[3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774). (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 May 2018 15:06:08 +0000 (18:06 +0300)
committerGitHub <noreply@github.com>
Sun, 20 May 2018 15:06:08 +0000 (18:06 +0300)
commitb32f8897eafcf335f9e9899c5e622a0b27679437
tree23d9b1afcf234ca8a18d45330e189b7465bee0fb
parent52d1741c954448cd9ce3f705402e88211b8d4136
[3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774). (GH-6927)

(cherry picked from commit 64fddc423fcbe90b8088446c63385ec0aaf3077c)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Include/ast.h
Lib/test/test_future.py
Misc/NEWS.d/next/Core and Builtins/2018-05-13-01-26-18.bpo-33475.rI0y1U.rst [new file with mode: 0644]
Python/ast_unparse.c
Python/compile.c