PyMarshal Commands crash on Windows

Fredrik Lundh fredrik at pythonware.com
Tue Sep 16 03:59:48 EDT 2008


spammaster.10.webmaster at spamgourmet.com wrote:

> I shortened the quode. Everything should be all right and nothing is a
> NULL Pointer.  What about PyMarshal_ReadObjectFromFile(FILE* p), this
 > crashs too :-/

the layout of the "FILE" structure isn't standardized.  make sure you're 
linking everything with the same runtime library.

</F>




More information about the Python-list mailing list