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 ethan.furman
Recipients ethan.furman, giampaolo.rodola, gvanrossum, neologix, python-dev, serhiy.storchaka, vstinner
Date 2015-03-30.01:55:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427680512.69.0.466316707061.issue21076@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, in a perfect world that _enum_to_int function would be unnecessary, but as Serhiy pointed out the C code is doing pointer comparison, so unless the exact same int is passed in it does not work.

I'm looking at adjusting the C code.
History
Date User Action Args
2015-03-30 01:55:12ethan.furmansetrecipients: + ethan.furman, gvanrossum, vstinner, giampaolo.rodola, neologix, python-dev, serhiy.storchaka
2015-03-30 01:55:12ethan.furmansetmessageid: <1427680512.69.0.466316707061.issue21076@psf.upfronthosting.co.za>
2015-03-30 01:55:12ethan.furmanlinkissue21076 messages
2015-03-30 01:55:12ethan.furmancreate