]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106695)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 12 Jul 2023 22:47:53 +0000 (15:47 -0700)
committerGitHub <noreply@github.com>
Wed, 12 Jul 2023 22:47:53 +0000 (15:47 -0700)
commit77d9fdf23be4b705b65b08ed00bb5df7988ecf3c
treecea18bd9a44f2933c44bc795b4ba64eb4f5e9ed7
parentec7b05a0bebb2cc2ec42bf00cde2b66145880459
[3.12] gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106695)

gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106666)
(cherry picked from commit 357e9e9da3929cb9d55ea31896e66f488e44e8f2)

Co-authored-by: Prince Roshan <princekrroshan01@gmail.com>
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2023-07-12-04-58-45.gh-issue-106602.dGCcXe.rst [new file with mode: 0644]