]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Mar 2020 20:18:01 +0000 (13:18 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 20:18:01 +0000 (13:18 -0700)
commitcd07b4da659cb5e86fe7c856aca866b9db466fce
treeaa0e858862a61dc0c66405d38941ea406c4e7fd6
parentc22879914b03ff2da768e557b5c00e9c8c62c695
bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)

(cherry picked from commit 185903de12de8837bf0dc0008a16e5e56c66a019)

Co-authored-by: Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Lib/test/test_future.py
Misc/NEWS.d/next/Core and Builtins/2020-02-02-00-12-07.bpo-39520.uicBq6.rst [new file with mode: 0644]
Python/ast_unparse.c