Changes reported location of _reconstruct function to allow pypy pickles of ndarrays to be unpickled on cpython.

Closed Bitbucket Importer requested to merge branch/numpypy_pickle_compat into branch/default

Created originally on Bitbucket by elistevens (Eli Stevens)

Not particularly pleased with the tests, but absent expecting exact binary equivalence between cpython and pypy, I'm not sure how to check and make sure that the result is usable with cpython.

Manual testing confirms that the resulting pickles work.

Edited by Matti Picus

Merge request reports