[New-bugs-announce] [issue10673] multiprocess.Process join method - timeout indistinguishable from success

Brian Cain report at bugs.python.org
Fri Dec 10 15:36:18 CET 2010


New submission from Brian Cain <brian.cain at gmail.com>:

When calling Process' join([timeout]) method, the timeout expiration case is indistinguishable from the successful join.  I suppose the 'exitcode' attribute can deliver the necessary information, but perhaps join could stand on its own.

If join() shouldn't be changed, could we make explicit reference to the exitcode attribute in the documentation?

----------
components: Library (Lib)
files: Process_join.patch
keywords: patch
messages: 123733
nosy: Brian.Cain
priority: normal
severity: normal
status: open
title: multiprocess.Process join method - timeout indistinguishable from success
type: feature request
versions: Python 2.7, Python 3.1
Added file: http://bugs.python.org/file19998/Process_join.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10673>
_______________________________________


More information about the New-bugs-announce mailing list