what is the data from loads()

Fredrik Lundh fredrik at pythonware.com
Thu Aug 24 04:13:13 EDT 2006


leo wrote:

> anyone know what is the data in loads()?
> i mean what is the 
> ('c\000\000\000\000\001\000\000\000s\017...

compiled and serialized Python code (the same kind of stuff that you'll 
find in PYC files).

if you don't trust the source, don't run that program.

</F>




More information about the Python-list mailing list