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-09-12.12:37:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378989422.44.0.888589228272.issue18999@psf.upfronthosting.co.za>
In-reply-to
Content
By "context" I did not really mean a context manager.  I just meant an object (possibly a singleton or module) which implements the same interface as multiprocessing.

(However, it may be a good idea to also make it a context manager whose __enter__() method starts the helper processes, and whose __exit__() method shuts them down.)
History
Date User Action Args
2013-09-12 12:37:02sbtsetrecipients: + sbt, jnoller, lars, Olivier.Grisel
2013-09-12 12:37:02sbtsetmessageid: <1378989422.44.0.888589228272.issue18999@psf.upfronthosting.co.za>
2013-09-12 12:37:02sbtlinkissue18999 messages
2013-09-12 12:37:02sbtcreate