summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/data/py3-objarr.npy
Commit message (Collapse)AuthorAgeFilesLines
* BUG: enable working around pickle compatibility issues on Py3 in npy filesPauli Virtanen2015-03-081-0/+0
Add pickle compatibility flags to numpy.save and numpy.load. Allow only combinations that cannot corrupt binary data in Numpy arrays. Use the same default values as Python pickle.