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 barry, eli.bendersky, ethan.furman
Date 2017-02-16.05:13:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487221986.02.0.704023833101.issue29577@psf.upfronthosting.co.za>
In-reply-to
Content
To get the above code snippet to fail properly:
- remove the @classattr line
- prepend from enum import Enum, Flag, IntFlag, auto
History
Date User Action Args
2017-02-16 05:13:06ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky
2017-02-16 05:13:06ethan.furmansetmessageid: <1487221986.02.0.704023833101.issue29577@psf.upfronthosting.co.za>
2017-02-16 05:13:06ethan.furmanlinkissue29577 messages
2017-02-16 05:13:05ethan.furmancreate