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-20.08:35:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3159311.ANq2N2RFsd@raxxla>
In-reply-to <1395302555.77.0.54373782673.issue20990@psf.upfronthosting.co.za>
Content
> It looks like multiprocessing.get_context() exists, but I don't see how it
> is defined.

It is defined by:

globals().update((name, getattr(context._default_context, name))
                 for name in context._default_context.__all__)

> For main(), it should maybe be replaced with _main()?

_main() has different signature.
History
Date User Action Args
2014-03-20 08:35:24serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, jnoller, sbt
2014-03-20 08:35:24serhiy.storchakalinkissue20990 messages
2014-03-20 08:35:24serhiy.storchakacreate