This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients Ramchandra Apte, mark.dickinson, neologix, phillies, pitrou
Date 2011-12-12.16:00:32
SpamBayes Score 1.5854755e-05
Marked as misclassified No
Message-id <1323705693.6.0.980750523604.issue13555@psf.upfronthosting.co.za>
In-reply-to
Content
@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.
History
Date User Action Args
2011-12-12 16:01:33neologixsetrecipients: + neologix, mark.dickinson, pitrou, Ramchandra Apte, phillies
2011-12-12 16:01:33neologixsetmessageid: <1323705693.6.0.980750523604.issue13555@psf.upfronthosting.co.za>
2011-12-12 16:00:33neologixlinkissue13555 messages
2011-12-12 16:00:32neologixcreate