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 mattip
Recipients eric.smith, loewis, mark.dickinson, mattip, serhiy.storchaka
Date 2012-04-10.03:47:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334029653.44.0.0982363923548.issue14521@psf.upfronthosting.co.za>
In-reply-to
Content
The pickle issue occurs in the numpy module, on windows
>> cPickle.dumps(numpy.array(float('nan')))
yeilds
"cnumpy.core.multiarray\n_reconstruct\np1\n(cnumpy\nndarray\np2\n(I0\ntS'b'\ntRp3\n(I1\n(tcnumpy\ndtype\np4\n(S'f8'\nI0\nI1\ntRp5\n(I3\nS'<'\nNNNI-1\nI-1\nI0\ntbI00\nS'\\x00\\x00\\x00\\x00\\x00\\x00\\xf8\\xff'\ntb."

While this is not a python core issue, it seems that python core could be one possible solution point.
History
Date User Action Args
2012-04-10 03:47:33mattipsetrecipients: + mattip, loewis, mark.dickinson, eric.smith, serhiy.storchaka
2012-04-10 03:47:33mattipsetmessageid: <1334029653.44.0.0982363923548.issue14521@psf.upfronthosting.co.za>
2012-04-10 03:47:32mattiplinkissue14521 messages
2012-04-10 03:47:32mattipcreate