RFR: 991 - Make savez able to write ZIP64 files

Hi all, Please review the patch attached to http://scipy.org/scipy/numpy/ticket/991 which enables ZIP64 extensions when saving and loading zipped data under Python >= 2.5 Thanks, Stéfan

On Sun, 22 Feb 2009 18:37:05 +0200 Stéfan van der Walt <stefan@sun.ac.za> wrote:
Hi all,
Please review the patch attached to
http://scipy.org/scipy/numpy/ticket/991
which enables ZIP64 extensions when saving and loading zipped data under Python >= 2.5
Thanks, Stéfan
Hi Stefan, Please can you provide a short test ? Thanks in advance Nils

Hi Nils 2009/2/22 Nils Wagner <nwagner@iam.uni-stuttgart.de>:
http://scipy.org/scipy/numpy/ticket/991
which enables ZIP64 extensions when saving and loading zipped data under Python >= 2.5
You can just run "nosetests numpy.lib" on both a 2.4 and a 2.5 installation to see if it works. Thanks! Stéfan

On Sun, 22 Feb 2009 22:18:32 +0200 Stéfan van der Walt <stefan@sun.ac.za> wrote:
Hi Nils
2009/2/22 Nils Wagner <nwagner@iam.uni-stuttgart.de>:
http://scipy.org/scipy/numpy/ticket/991
which enables ZIP64 extensions when saving and loading zipped data under Python >= 2.5
You can just run "nosetests numpy.lib" on both a 2.4 and a 2.5 installation to see if it works.
Thanks! Stéfan _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion
Done. I am using python2.6 now. patch io.py < 0001-Add-ZIP64-support.patch nosetests numpy.lib .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ---------------------------------------------------------------------- Ran 938 tests in 8.616s OK Cheers, Nils

2009/2/22 Nils Wagner <nwagner@iam.uni-stuttgart.de>:
You can just run "nosetests numpy.lib" on both a 2.4 and a 2.5 installation to see if it works.
Done. I am using python2.6 now.
patch io.py < 0001-Add-ZIP64-support.patch
Thanks for testing! Cheers Stéfan
participants (2)
-
Nils Wagner
-
Stéfan van der Walt