[issue11277] test_zlib crashes under Snow Leopard buildbot

Ned Deily report at bugs.python.org
Tue Feb 22 04:15:38 CET 2011


Ned Deily <nad at acm.org> added the comment:

>>> from test.support import _4G
>>> _4G
4294967296
>>> mapping.size()
4294967300

pbuf.len = 4294967300, len = 4294967300
UINT_MAX = 4294967295

----------

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


More information about the Python-bugs-list mailing list