Re: Embedding performance.
amit wrote: > Is there any kind of performance differences to the different ways of > embedding python? > PyEval_EvalCode() > PyRun_SimpleFile() > PyObject_CallObject() > AFAIK, these are only different wrappers, while you're generally getting at the same functionality. I assume
Embedding performance.
Hello, Is there any kind of performance differences to the different ways of embedding python? PyEval_EvalCode() PyRun_SimpleFile() PyObject_CallObject() Thanks Amit -- http://mail.python.org/mailman/listinfo/python-list