[Numpy-discussion] datetime uses API deprecated in python3.1

Robert Kern robert.kern at gmail.com
Mon Feb 22 15:58:03 EST 2010


On Mon, Feb 22, 2010 at 14:53, Charles R Harris
<charlesr.harris at gmail.com> wrote:
>
>
> On Mon, Feb 22, 2010 at 1:45 PM, Pauli Virtanen <pav at iki.fi> wrote:
>>
>> ma, 2010-02-22 kello 13:25 -0700, Charles R Harris kirjoitti:

>> > I'm not sure if using PyCapsule objects will make pickled arrays
>> > incompatible between py2k and py3k, but so it goes.
>>
>> The pickled arrays are, IIRC, only backward compatible, so that Py2
>> pickles can be opened with Py3, but not vice versa. This is because of
>> the str versus unicode issue.
>
> Backward compatibility will probably break with PyCapsules in the array
> instead of PyCObjects.

Why? PyCObjects don't serialize at all. They would never show up in a
pickle to begin with.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list