New submission from Antoine Pitrou <pit...@free.fr>: This impacts higher-level APIs such as Queue.get() with a positive timeout. I'm not sure whether it's easily possible to fix this. A Google search seems to suggest that the pipe could be opened with "SYNCHRONIZE" access rights (?) and then WaitForSingleObject() be used on the handle.
---------- messages: 132058 nosy: asksol, brian.curtin, jnoller, krisvale, pitrou, tim.golden priority: normal severity: normal status: open title: _multiprocessing.Connection.poll with timeout uses polling under Windows type: resource usage versions: Python 2.7, Python 3.2, Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11668> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com