]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Sun, 1 Mar 2020 20:07:22 +0000 (23:07 +0300)
committerGitHub <noreply@github.com>
Sun, 1 Mar 2020 20:07:22 +0000 (20:07 +0000)
commit185903de12de8837bf0dc0008a16e5e56c66a019
treedff76400c68deceedbd15872cc0e1c3e0aa0cc09
parent768d739c1cd8c1d41902229581811a9b86bcc76e
bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)
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