]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44559: [Enum] restore fixes lost in 3.9 reversion (GH-29114)
authorEthan Furman <ethan@stoneleaf.us>
Thu, 21 Oct 2021 02:48:37 +0000 (19:48 -0700)
committerGitHub <noreply@github.com>
Thu, 21 Oct 2021 02:48:37 +0000 (19:48 -0700)
commit2a9ab75af32b1ee9f210ae2a0718990687d0f79d
tree0980b3dac790129e3422fe49552a8e382d3f6a9c
parent64e83c711eb371d60fce64cae074c4d3311f6ece
bpo-44559: [Enum] restore fixes lost in 3.9 reversion (GH-29114)

- fix exception leaks
- re-add deprecation warnings
Doc/library/enum.rst
Lib/enum.py
Lib/test/test_enum.py