This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients barry, eli.bendersky, ethan.furman, levkivskyi, miss-islington, remi.lapeyre, vstinner
Date 2019-01-30.17:36:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548869814.14.0.695282643845.issue35717@roundup.psfhosted.org>
In-reply-to
Content
New changeset 1c79891026c57046f5ac596080ea60c515e0560a by Victor Stinner (Miss Islington (bot)) in branch '3.7':
bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523) (GH-11669)
https://github.com/python/cpython/commit/1c79891026c57046f5ac596080ea60c515e0560a
History
Date User Action Args
2019-01-30 17:36:55vstinnersetrecipients: + vstinner, barry, eli.bendersky, ethan.furman, levkivskyi, miss-islington, remi.lapeyre
2019-01-30 17:36:54vstinnersetmessageid: <1548869814.14.0.695282643845.issue35717@roundup.psfhosted.org>
2019-01-30 17:36:54vstinnerlinkissue35717 messages
2019-01-30 17:36:54vstinnercreate