This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients amaury.forgeotdarc, benjamin.peterson, christian.heimes, grahamd, loewis, ncoghlan, pitrou, tarek, vstinner
Date 2011-01-17.15:14:04
SpamBayes Score 1.1632642e-05
Marked as misclassified No
Message-id <1295277247.96.0.606748045102.issue10914@psf.upfronthosting.co.za>
In-reply-to
Content
> There is also always the possibility of writing it in Python and using 
> ctypes to get at the necessary C API calls to create subinterpreters.

Well, I don't think calling Py_Initialize, Py_Finalize and Py_NewInterpreter from pure Python code is a very good idea.

Tarek, can you help? We'd like to use distutils to compile an executable embedding the interpreter.
History
Date User Action Args
2011-01-17 15:14:08pitrousetrecipients: + pitrou, loewis, amaury.forgeotdarc, ncoghlan, vstinner, christian.heimes, benjamin.peterson, tarek, grahamd
2011-01-17 15:14:07pitrousetmessageid: <1295277247.96.0.606748045102.issue10914@psf.upfronthosting.co.za>
2011-01-17 15:14:05pitroulinkissue10914 messages
2011-01-17 15:14:04pitroucreate