[Python-Dev] PyEval_EvalCode()

Tino Lange tino.lange@isg.de
Thu, 17 Oct 2002 10:38:39 +0200


Hi!

This prototype is not available when including "Python.h" (Using v2.1.3)
Why did you exclude it from the "official" API prototypes?

I found it in "eval.h", which has to be included manually, besides 
"Python.h".

Isn't that PyEval_EvalCode() the regular API function to run CodeObjects 
from Py_CompileString() ?

Cheers,

Tino