PyMarshal Commands crash on Windows

Tim Golden mail at timgolden.me.uk
Tue Sep 16 04:04:49 EDT 2008


spammaster.10.webmaster at spamgourmet.com wrote:
> Hi!
> 
> Any ideas on it?

(Haven't got the original post in front of
me, but I'll guess anyway...)

Was the Python you're using built with one compiler
and runtime, while the extension / embedee you're
building is built with another? I ask because the
most frequently-touted example of cross-compiler
or cross-runtime incompatibility on Windows is the
FILE* structure. And I seem to remember you're using
that to write the marshalled objects out....

... just a wild guess

TJG



More information about the Python-list mailing list