Charles-François Natali <neolo...@free.fr> added the comment:

@Antoine
Couldn't this be linked to #11564 (pickle not 64-bit ready)? AFAICT this wasn't 
fixed in 2.7. Basically, an integer overflow, and malloc() would bail out when 
asked a ridiculous size.

@Philipp
I'd be curious to see the last lines of
$ ltrace -e malloc python test_np.py

you'll probably see a call to malloc() return NULL.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13555>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to