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:02:21
SpamBayes Score 2.6119438e-05
Marked as misclassified No
Message-id <1323705742.53.0.177059951538.issue13555@psf.upfronthosting.co.za>
In-reply-to
Content
@Antoine
Couldn't this be linked to #11564 (pickle not 64-bit ready)? Basically, an integer overflow, and malloc() would bail out when asked a ridiculous size. AFAICT this wasn't fixed in 2.7. 

@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.
Also, depending on Antoine's answer, trying with default (3.3) could be useful.
History
Date User Action Args
2011-12-12 16:03:24neologixunlinkissue13555 messages
2011-12-12 16:02:22neologixsetrecipients: + neologix, mark.dickinson, pitrou, Ramchandra Apte, phillies
2011-12-12 16:02:22neologixsetmessageid: <1323705742.53.0.177059951538.issue13555@psf.upfronthosting.co.za>
2011-12-12 16:02:21neologixlinkissue13555 messages
2011-12-12 16:02:21neologixcreate