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.15:10:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378998624.44.0.00225935087647.issue18999@psf.upfronthosting.co.za>
In-reply-to
Content
There are lots of things that behave differently depending on the currently set start method: Lock(), Semaphore(), Queue(), Value(), ...  It is not just when creating a Process or Pool that you need to know the start method.

Passing a context or start_method argument to all of these constructors would be very awkward, which is why I think it is better to treat the context as an object with methods Process(), Pool(), Lock(), Semaphore(), etc.

Unfortunately, I do not have time to work on this just now...
History
Date User Action Args
2013-09-12 15:10:24sbtsetrecipients: + sbt, jnoller, lars, Olivier.Grisel
2013-09-12 15:10:24sbtsetmessageid: <1378998624.44.0.00225935087647.issue18999@psf.upfronthosting.co.za>
2013-09-12 15:10:24sbtlinkissue18999 messages
2013-09-12 15:10:24sbtcreate