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 vstinner
Recipients jnoller, sbt, serhiy.storchaka, vstinner
Date 2014-03-20.08:02:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395302555.77.0.54373782673.issue20990@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy suggested (msg214136):

"Lib/multiprocessing/synchronize.py:
Add at the start of the file:
from . import get_context"

It looks like multiprocessing.get_context() exists, but I don't see how it is defined.

For main(), it should maybe be replaced with _main()?
History
Date User Action Args
2014-03-20 08:02:35vstinnersetrecipients: + vstinner, jnoller, sbt, serhiy.storchaka
2014-03-20 08:02:35vstinnersetmessageid: <1395302555.77.0.54373782673.issue20990@psf.upfronthosting.co.za>
2014-03-20 08:02:35vstinnerlinkissue20990 messages
2014-03-20 08:02:35vstinnercreate