Piecemeal script interpretation via C API

Martin __NOSPAM at rogers.com__NOSPAM__
Mon Oct 4 09:07:31 EDT 2004


It is possible to interpret a script in chunks using C API functins? In 
other words, once you have called Py_CompileString and you have a 
PyObject for the compiled script (?), can you evaluate the object piece 
meal so that your program can take care of other important updates, etc?

Thanks

Martin



More information about the Python-list mailing list