[Numpy-discussion] Re: Make the pickle default protocol 4.

2021-11-08 Thread Hameer Abbasi
Hi all, > Am 08.11.2021 um 19:15 schrieb Sebastian Berg : > > On Sun, 2021-11-07 at 12:36 -0700, Charles R Harris wrote: >> Hi All, >> >> I'd like to propose making the NumPy default pickle protocol 4, the >> same as >> the Python 3.8 default. That would have the advantage of supporting >> large

[Numpy-discussion] Re: Make the pickle default protocol 4.

2021-11-08 Thread Sebastian Berg
On Sun, 2021-11-07 at 12:36 -0700, Charles R Harris wrote: > Hi All, > > I'd like to propose making the NumPy default pickle protocol 4, the > same as > the Python 3.8 default. That would have the advantage of supporting > large > pickles. The current default protocol is 2, last the default in > P