]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-116600: [Enum] fix global Flag repr (GH-116615) (#116630)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Mar 2024 00:36:15 +0000 (01:36 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Mar 2024 00:36:15 +0000 (17:36 -0700)
commit5562a09821499d3b5f40637f448591ff2466a217
tree634a492165e50f3d7b2f8d143dbe0881c7dc1023
parent830fbe9b6e6022c500e83e9c3180e5eac36a00ba
[3.11] gh-116600: [Enum] fix global Flag repr (GH-116615) (#116630)

* and fix global flag repr

(cherry picked from commit 06e29a224fac9edeba55422d2e60f2fbb88dddce)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2024-03-11-12-11-10.gh-issue-116600.FcNBy_.rst [new file with mode: 0644]