[erlang-questions] Python pickle protocol 0 to erlang

Radu Brumariu brum76@REDACTED
Tue Jul 31 23:57:16 CEST 2012


Right, the upstream process is pushing pickled data, not objects.
Again, cannot change the serialization protocol , at this point.

Radu

On Tue, Jul 31, 2012 at 5:32 PM, Tim McNamara
<paperless@REDACTED> wrote:
> Apologies. Just noticed an error translating from shell to email and
> also wanting to rename the function.
>
> On 1 August 2012 09:30, Tim McNamara <paperless@REDACTED> wrote:
>>>>> print pickle.dumps(sumr, 0)
>> c__main__
>> summa
>> p0
>> .
>
> This should be;
>
>>>> print pickle.dumps(sumr, 0)
> c__main__
> sumr
> p0
> .



More information about the erlang-questions mailing list