[issue4835] SIZEOF_SOCKET_T not defined
Antoine Pitrou
report at bugs.python.org
Wed Aug 18 00:31:53 CEST 2010
Antoine Pitrou <pitrou at free.fr> 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.
I agree, but it was already like that, and I didn't want to change it.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4835>
_______________________________________
More information about the Python-bugs-list
mailing list