]> granicus.if.org Git - python/commit
bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523)
authorRémi Lapeyre <remi.lapeyre@henki.fr>
Thu, 24 Jan 2019 19:43:13 +0000 (20:43 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 24 Jan 2019 19:43:13 +0000 (11:43 -0800)
commit1fd06f1eca80dcbf3a916133919482a8327f3da4
tree01c702f00536f7dbec9c1a5ad2e71af482c145fe
parent5c8f537669d3379fc50bb0a96accac756e43e281
bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523)

https://bugs.python.org/issue17467
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]