]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106666)
authorPrince Roshan <princekrroshan01@gmail.com>
Wed, 12 Jul 2023 21:01:17 +0000 (02:31 +0530)
committerGitHub <noreply@github.com>
Wed, 12 Jul 2023 21:01:17 +0000 (14:01 -0700)
commit357e9e9da3929cb9d55ea31896e66f488e44e8f2
tree6e1d540f81d5d3e3bbd4cc4e4e4b83fcbb4f2d3b
parente4b88c1e4ac129b36f99a534387d64f7b8cda8ef
gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106666)
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]