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 sbt
Recipients Olivier.Grisel, jnoller, lars, sbt
Date 2013-10-10.14:44:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381416287.56.0.285010234127.issue18999@psf.upfronthosting.co.za>
In-reply-to
Content
BTW, the context objects are singletons.

I could not see a sensible way to make ctx.Process be a picklable class (rather than a method) if there can be multiple instances of a context type.  This means that the helper processes survive until the program closes down.
History
Date User Action Args
2013-10-10 14:44:47sbtsetrecipients: + sbt, jnoller, lars, Olivier.Grisel
2013-10-10 14:44:47sbtsetmessageid: <1381416287.56.0.285010234127.issue18999@psf.upfronthosting.co.za>
2013-10-10 14:44:47sbtlinkissue18999 messages
2013-10-10 14:44:47sbtcreate