Martin v. Löwis <[email protected]> added the comment:

Why is PyLong_FromSocket_t defined in a header file in the first place? The 
only caller is in socketmodule.c, and calling it elsewhere wouldn't work, 
anyway, since it relies on SOCKET_T being defined.

So -1 on the patch.

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue4835>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to