Antoine Pitrou <pit...@free.fr> added the comment: After studying the multiprocessing code, it turns out that Queue.get() with a timeout does its own rather high-frequency polling under Windows (see Modules/_multiprocessing/pipe_connection.c). Therefore, here is an updated patch which doesn't have a security timeout at all.
---------- Added file: http://bugs.python.org/file21378/cfpolling5.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11635> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com