Re: Embedding performance.

2005-07-04 Thread [EMAIL PROTECTED]
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.

2005-07-03 Thread amit
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