]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38045: Improve the performance of _decompose() in enum.py (GH-16483)
authorHongWeipeng <961365124@qq.com>
Tue, 26 Nov 2019 22:36:02 +0000 (06:36 +0800)
committerEthan Furman <ethan@stoneleaf.us>
Tue, 26 Nov 2019 22:36:02 +0000 (14:36 -0800)
commit0b41a922f95f62b620d5a197b9f2ed8e4bb70730
treed9db36ebe3acbb32ae944e5cffd291232a1e0687
parente563a155be60fc0757914f87c8138f10de00bb16
bpo-38045: Improve the performance of _decompose() in enum.py (GH-16483)

* Improve the performance of _decompose() in enum.py

Co-Authored-By: Brandt Bucher <brandtbucher@gmail.com>
Lib/enum.py
Misc/NEWS.d/next/Library/2019-09-30-12-09-41.bpo-38045.VDRtd3.rst [new file with mode: 0644]