Serializing Python compiled code.

renjipanicker at gmail.com renjipanicker at gmail.com
Sun Dec 9 10:39:28 EST 2007


Hi everyone,

In a C++ application having a Python interpreter embedded, is it
possible to compile a small Python snippet into object code and
serialize the compiled object code to, for example, a database? I am
exploring the possibility of writing a data driven application, where
small-sized object code can be read from a database and executed.
Keeping aside all other considerations such as security, etc for a
moment, is this feasible?

Please do reply.

Thanks,
-/renji



More information about the Python-list mailing list