[issue21199] Python on 64-bit Windows uses signed 32-bit type for read length

Larry Hastings report at bugs.python.org
Wed Apr 16 00:04:59 CEST 2014


Larry Hastings added the comment:

D'oh, yeah, you guys are right.  SSIZE_T_MAX > LONG_MAX, so that's an improvement.  We just can't do the full size_t range.

----------

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


More information about the Python-bugs-list mailing list