[issue1008086] patch for 767150

Antoine Pitrou report at bugs.python.org
Tue Feb 10 03:22:56 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

I'm not sure in_addr_t is available everywhere. "unsigned int" should be
a good bet, since it is 32-bits in most platforms. Guarding the code
with a "#if (SIZEOF_INT == 4)" and erroring out otherwise will make the
patch ok (and, please add a test).

----------
nosy: +pitrou
resolution:  -> out of date
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1008086>
_______________________________________


More information about the Python-bugs-list mailing list