diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2018-12-26 10:46:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-26 10:46:03 -0800 |
commit | ba6ea52423d6b0d976c54b7effa218ce1fef1808 (patch) | |
tree | 63ff55181ca6dd88e74e292ec336b0ddd34bcaf5 /Misc | |
parent | 34ae04f74dcf4ac97d07c3e82eaf8f619d80cedb (diff) | |
download | cpython-git-revert-11318-fast-enum.tar.gz |
Revert "Speed-up building enums by value, e.g. http.HTTPStatus(200) (#11318)"revert-11318-fast-enum
This reverts commit 34ae04f74dcf4ac97d07c3e82eaf8f619d80cedb.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-12-26-02-28-00.bpo-35585.Lkzd3Z.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-12-26-02-28-00.bpo-35585.Lkzd3Z.rst b/Misc/NEWS.d/next/Library/2018-12-26-02-28-00.bpo-35585.Lkzd3Z.rst deleted file mode 100644 index 247a4ae680..0000000000 --- a/Misc/NEWS.d/next/Library/2018-12-26-02-28-00.bpo-35585.Lkzd3Z.rst +++ /dev/null @@ -1 +0,0 @@ -Speed-up building enums by value, e.g. http.HTTPStatus(200). |