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 neologix, sbt
Date 2013-09-05.17:43:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378403030.99.0.344214691139.issue18934@psf.upfronthosting.co.za>
In-reply-to
Content
LGTM.

But I would move "import selectors" in multiprocessing.connection to just before the definition of wait() for Unix.  It is not needed on Windows and unnecessary imports slow down start up of new processes.
History
Date User Action Args
2013-09-05 17:43:51sbtsetrecipients: + sbt, neologix
2013-09-05 17:43:50sbtsetmessageid: <1378403030.99.0.344214691139.issue18934@psf.upfronthosting.co.za>
2013-09-05 17:43:50sbtlinkissue18934 messages
2013-09-05 17:43:50sbtcreate