[issue3107] test_list uses unreasonable amounts of memory on 64-bit Linux

Antoine Pitrou report at bugs.python.org
Sat Aug 16 15:29:54 CEST 2008


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

Apparently this has been fixed as part of r65335 ("Security patches from
Apple:  prevent int overflow when allocating memory"), although it uses
sys.maxint where sys.maxsize may be more appropriate. Can you check?

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list