commit | 0b41a922f95f62b620d5a197b9f2ed8e4bb70730 | [log] [tgz] |
---|---|---|
author | HongWeipeng <961365124@qq.com> | Wed Nov 27 06:36:02 2019 +0800 |
committer | Ethan Furman <ethan@stoneleaf.us> | Tue Nov 26 14:36:02 2019 -0800 |
tree | d9db36ebe3acbb32ae944e5cffd291232a1e0687 | |
parent | e563a155be60fc0757914f87c8138f10de00bb16 [diff] |
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>