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 Robert Gomułka
Recipients Robert Gomułka, barry, eli.bendersky, ethan.furman
Date 2017-09-26.07:06:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506409605.42.0.241128782332.issue31587@psf.upfronthosting.co.za>
In-reply-to
Content
As a workaround, one can:
1. Rename the fields to not use name/value names
2. Use Enum instead of IntEnum, which somehow doesn't have this bug.
History
Date User Action Args
2017-09-26 07:06:45Robert Gomułkasetrecipients: + Robert Gomułka, barry, eli.bendersky, ethan.furman
2017-09-26 07:06:45Robert Gomułkasetmessageid: <1506409605.42.0.241128782332.issue31587@psf.upfronthosting.co.za>
2017-09-26 07:06:45Robert Gomułkalinkissue31587 messages
2017-09-26 07:06:45Robert Gomułkacreate