]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (GH-21850)
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 13 Aug 2020 08:48:41 +0000 (09:48 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Aug 2020 08:48:41 +0000 (09:48 +0100)
commitc51db0ea40ddabaf5f771ea633b37fcf4c90a495
tree3a46b03e06f18892609dba444d1232603bcc3cb9
parent8ecc0c4d390d03de5cd2344aa44b69ed02ffe470
bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (GH-21850)
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