]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Speed-up building enums by value, e.g. http.HTTPStatus(200) (#11318)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 26 Dec 2018 18:45:33 +0000 (20:45 +0200)
committerEthan Furman <ethan@stoneleaf.us>
Wed, 26 Dec 2018 18:45:33 +0000 (10:45 -0800)
commit34ae04f74dcf4ac97d07c3e82eaf8f619d80cedb
treed56bc8cc27a87025e8fb480eb47249534a136511
parent3a81076bbf899b1a549f005dd9299e7ae0946321
Speed-up building enums by value, e.g. http.HTTPStatus(200) (#11318)

bpo-35585: Speed up enum by-value lookup
Lib/enum.py
Misc/NEWS.d/next/Library/2018-12-26-02-28-00.bpo-35585.Lkzd3Z.rst [new file with mode: 0644]