Re: [IronPython] Compatibility of cPython Pickled Objects w/IronPython

2007-09-06 Thread Sanghyeon Seo
2007/9/6, nico rauhut <[EMAIL PROTECTED]>: > Protocol-version 1 doesn't work properly. Especially float-values make some > trouble. When I unpickle my list in IronPython these values seemed to be > adulterated (...hmm don't know if this is the right word :) I don't see this. Can you give a specifi

Re: [IronPython] Compatibility of cPython Pickled Objects w/IronPython

2007-09-05 Thread Dino Viehland
ber 05, 2007 10:18 AM To: 'Discussion of IronPython' Subject: Re: [IronPython] Compatibility of cPython Pickled Objects w/IronPython Hello, I have run a few tests passing values from cPython to IronPython (and back) using a pickled list (in order to integrate .NET-Components in Zope).

Re: [IronPython] Compatibility of cPython Pickled Objects w/IronPython

2007-09-05 Thread nico rauhut
D] Im Auftrag von Michael Foord Gesendet: Sonntag, 15. Juli 2007 20:33 An: Discussion of IronPython Betreff: Re: [IronPython] Compatibility of cPython Pickled Objects w/IronPython M. David Peterson wrote: > As per the subject line, is there any reason why passing pickled > objects between

Re: [IronPython] Compatibility of cPython Pickled Objects w/ IronPython

2007-07-15 Thread M. David Peterson
Thanks for the lightning fast response, Michael! On 7/15/07, Michael Foord <[EMAIL PROTECTED]> wrote: I haven't tried it, but they *should* be compatible. Pickle uses its own stack based language to write out objects - so for pure Python it should work fine. Okay, cool. I'll give it a try.

Re: [IronPython] Compatibility of cPython Pickled Objects w/ IronPython

2007-07-15 Thread Michael Foord
M. David Peterson wrote: > As per the subject line, is there any reason why passing pickled > objects between cPython and IronPython wouldn't just work? Of course I > could just try and find out, but I hesitate to jump into unchartered > territory as (and I assume I am not alone in this) I have

[IronPython] Compatibility of cPython Pickled Objects w/ IronPython

2007-07-15 Thread M. David Peterson
As per the subject line, is there any reason why passing pickled objects between cPython and IronPython wouldn't just work? Of course I could just try and find out, but I hesitate to jump into unchartered territory as (and I assume I am not alone in this) I have a tendency to become infatuated wit