[issue1711] socket functions that should return unsigned int return signed int

Maarten Thibaut report at bugs.python.org
Sun Dec 30 22:51:45 CET 2007


Maarten Thibaut added the comment:

Numbers returned from ntohs() turn up as negative. But ntohs() is typed as
uint16_t, so they shouldn't be. This is on solaris.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1711>
__________________________________


More information about the Python-bugs-list mailing list