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 eli.bendersky
Recipients barry, christian.heimes, eli.bendersky, ethan.furman, gvanrossum, ncoghlan, neologix, pitrou, serhiy.storchaka
Date 2013-08-16.23:36:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376696185.6.0.160437455997.issue18720@psf.upfronthosting.co.za>
In-reply-to
Content
Charles-François: unfortunately, the alternative seems to be even more tedious and error prone. Internally, socketmodule.c really uses ints all over the place. Changing that to use IntEnum objects from Python would be very tedious and touch a lot more code.

Christian - I think that practically none. None of the touched places seems like a performance concern (even without realizing that these are sockets and *network operations* we're talking about here)
History
Date User Action Args
2013-08-16 23:36:25eli.benderskysetrecipients: + eli.bendersky, gvanrossum, barry, ncoghlan, pitrou, christian.heimes, neologix, ethan.furman, serhiy.storchaka
2013-08-16 23:36:25eli.benderskysetmessageid: <1376696185.6.0.160437455997.issue18720@psf.upfronthosting.co.za>
2013-08-16 23:36:25eli.benderskylinkissue18720 messages
2013-08-16 23:36:25eli.benderskycreate