[Stackless] endian issues pickling tasklets
John Tantalo
john.tantalo at gmail.com
Wed Nov 1 17:38:36 CET 2006
Hi,
I'm trying to resume pickled tasklets across different architectures
(Intel, PPC, SPARC) and I'm running into a problem related to the
endian-ness of the platforms. PPC to and from SPARC works fine,
because they are all big endian, but I can't resume any pickled
tasklets on Intel because it is little endian. Is this a known bug?
Are there any workarounds? I'm using Python 2.4.3 Stackless 3.1b3
060516 on each platform.
Thank you,
John Tantalo
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list