]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (GH-21850...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 4 Sep 2020 23:38:50 +0000 (16:38 -0700)
committerGitHub <noreply@github.com>
Fri, 4 Sep 2020 23:38:50 +0000 (00:38 +0100)
commitd64d78be20ced6ac9de58e91e69eaba184e36e9b
tree8dbc053cbdb99129d22bdfd7e324b79b49d765b2
parent242eac1f0407ba27fd61683eaf34558d5e4ff360
bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (GH-21850) (GH-22107)

(cherry picked from commit c51db0ea40ddabaf5f771ea633b37fcf4c90a495)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2020-08-12-19-32-15.bpo-41531.WgPzjT.rst [new file with mode: 0644]
Python/compile.c