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 serhiy.storchaka
Recipients barry, craigh, eli.bendersky, ethan.furman, larry, serhiy.storchaka, vstinner
Date 2015-03-11.14:04:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426082642.49.0.824802187843.issue23486@psf.upfronthosting.co.za>
In-reply-to
Content
This is not a regression (there were no enums before 3.4), slow down is not critical (only constant factor, not increased computational complexity), there is a workaround, and the code that just use constants that were converted to IntEnum is not affected. I'm -0 on it.
History
Date User Action Args
2015-03-11 14:04:02serhiy.storchakasetrecipients: + serhiy.storchaka, barry, vstinner, larry, craigh, eli.bendersky, ethan.furman
2015-03-11 14:04:02serhiy.storchakasetmessageid: <1426082642.49.0.824802187843.issue23486@psf.upfronthosting.co.za>
2015-03-11 14:04:02serhiy.storchakalinkissue23486 messages
2015-03-11 14:04:02serhiy.storchakacreate