]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 30 Jan 2019 17:36:51 +0000 (09:36 -0800)
committerVictor Stinner <vstinner@redhat.com>
Wed, 30 Jan 2019 17:36:51 +0000 (18:36 +0100)
commit1c79891026c57046f5ac596080ea60c515e0560a
tree9da3cf3dfb45dc1455c4b94abdbaa4ae78bfd04b
parentebae1ce9c40e62ce52dc968f86ed11578d2fcdfd
bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523) (GH-11669)

https://bugs.python.org/issue17467
(cherry picked from commit 1fd06f1eca80dcbf3a916133919482a8327f3da4)

Co-authored-by: Rémi Lapeyre <remi.lapeyre@henki.fr>
Lib/enum.py
Lib/test/test_enum.py
Misc/ACKS
Misc/NEWS.d/next/Library/2019-01-11-17-56-15.bpo-35717.6TDTB_.rst [new file with mode: 0644]