[issue4835] SIZEOF_SOCKET_T not defined

Martin v. Löwis report at bugs.python.org
Wed Aug 18 00:30:14 CEST 2010


Martin v. Löwis <martin at v.loewis.de> 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 <report at bugs.python.org>
<http://bugs.python.org/issue4835>
_______________________________________


More information about the Python-bugs-list mailing list