Richard Oudkerk added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18934>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to