M
Martin
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
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