Eli Bendersky added the comment:

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)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18720>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to