[issue5614] Malloc errors in test_io

Antoine Pitrou report at bugs.python.org
Tue Mar 31 01:56:02 CEST 2009


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

If you look at test_io, calling malloc() with sys.maxsize is precisely
the purpose of the test, to check that allocation failures are detected
and reported properly. So the warnings can be safely ignored, if they
only happen in test_constructor.

----------
nosy: +pitrou
priority: release blocker -> normal
versions: +Python 3.1

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


More information about the Python-bugs-list mailing list