[issue14753] multiprocessing treats negative timeouts differently from before

2012-05-10 Thread Richard Oudkerk
Changes by Richard Oudkerk : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue14753] multiprocessing treats negative timeouts differently from before

2012-05-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 99ef4501205b by Richard Oudkerk in branch 'default': Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 http://hg.python.org/cpython/rev/99ef4501205b -- nosy: +python-dev ___ Pyt

[issue14753] multiprocessing treats negative timeouts differently from before

2012-05-08 Thread Richard Oudkerk
New submission from Richard Oudkerk : In version 3.2 and earlier, Process.join() and Connection.poll() treat negative timeouts as zero timeouts. (Thread.join() does the same.) In the current 3.3 version, they treat negative timeouts as infinite timeouts. Also multiprocessing.connection.wait(