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 serhiy.storchaka
Recipients jnoller, sbt, serhiy.storchaka, vstinner
Date 2014-03-19.21:07:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395263227.73.0.765913176809.issue20978@psf.upfronthosting.co.za>
In-reply-to
Content
LGTM.

Lib/multiprocessing/synchronize.py:

Add at the start of the file:

from . import get_context
History
Date User Action Args
2014-03-19 21:07:07serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, jnoller, sbt
2014-03-19 21:07:07serhiy.storchakasetmessageid: <1395263227.73.0.765913176809.issue20978@psf.upfronthosting.co.za>
2014-03-19 21:07:07serhiy.storchakalinkissue20978 messages
2014-03-19 21:07:07serhiy.storchakacreate