Marc-Andre Belzile wrote:
> I'm referring to Python Active Scripting engines available in pywin32. I'm 
> creating them through COM, so I don't tknow if the ActiveX goes through 
> Py_NewInterpreter or not.

Active Scripting creates Python as an out-of-process COM server.  That
means there will be one Python process fielding all of these requests. 
If you are creating new instances each time, I would have expected each
one to be its own interpreter, but your evidence suggests otherwise.

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to