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 pitrou
Recipients barry, chrishood, eli.bendersky, ethan.furman, pitrou, serhiy.storchaka, vstinner
Date 2013-11-28.14:39:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385649566.07.0.733987415728.issue19624@psf.upfronthosting.co.za>
In-reply-to
Content
> An option is to rename the C errno module to _errno and leave it
> unchanged, and provide a Python errno module which enum API.

I agree it sounds reasonable.

> Using enum for errno should not slow down Python startup time.

enum imports OrderedDict from collections, which imports other modules...
History
Date User Action Args
2013-11-28 14:39:26pitrousetrecipients: + pitrou, barry, vstinner, eli.bendersky, ethan.furman, serhiy.storchaka, chrishood
2013-11-28 14:39:26pitrousetmessageid: <1385649566.07.0.733987415728.issue19624@psf.upfronthosting.co.za>
2013-11-28 14:39:26pitroulinkissue19624 messages
2013-11-28 14:39:25pitroucreate