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 amaury.forgeotdarc
Recipients alexandre.vassalotti, amaury.forgeotdarc, benjamin.peterson, bhy
Date 2008-07-24.06:31:13
SpamBayes Score 0.09822077
Marked as misclassified No
Message-id <1216881079.45.0.605579980102.issue3208@psf.upfronthosting.co.za>
In-reply-to
Content
Shared libraries share code, not memory.

But were you talking about sub-interpreters?
http://docs.python.org/dev/c-api/init.html#Py_NewInterpreter
mod_python uses them, but see the "Caveats" section of the doc.
History
Date User Action Args
2008-07-24 06:31:20amaury.forgeotdarcsetspambayes_score: 0.0982208 -> 0.09822077
recipients: + amaury.forgeotdarc, alexandre.vassalotti, benjamin.peterson, bhy
2008-07-24 06:31:19amaury.forgeotdarcsetspambayes_score: 0.0982208 -> 0.0982208
messageid: <1216881079.45.0.605579980102.issue3208@psf.upfronthosting.co.za>
2008-07-24 06:31:18amaury.forgeotdarclinkissue3208 messages
2008-07-24 06:31:17amaury.forgeotdarccreate