Hi Jeff,
I played with it a bit more and it does seem to be more specific that just
tuples. I'll try to make a repro and submit it. Or hopefully I'll just find
a silly mistake on my part. :)
Jason
On Thu, Nov 11, 2010 at 3:36 PM, Jeff Hardy wrote:
> On Wed, Nov 10, 2010 at 4:24 PM, Jason McCam
On Wed, Nov 10, 2010 at 4:24 PM, Jason McCampbell
wrote:
> Hi everyone,
> We are working on porting the numpy package to IronPython and I am running
> into an issue getting the output of cPickle to be compatible between CPython
> and IronPython. The issue appears to be that PythonTuple doesn't im
Hi everyone,
We are working on porting the numpy package to IronPython and I am running
into an issue getting the output of cPickle to be compatible between CPython
and IronPython. The issue appears to be that PythonTuple doesn't implement
__reduce__ and instead relies on .NET serialization. Her