Message157934
| 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. |
|