[New-bugs-announce] [issue7223] Simplify and improve Thread.join()

Antoine Pitrou report at bugs.python.org
Wed Oct 28 00:30:55 CET 2009


New submission from Antoine Pitrou <pitrou at free.fr>:

This patch improves and simplifies Thread.join() by making sure that the
__bootstrap() method is finished before join() returns. While it does
improve the resource deallocation behaviour, it is still enough for
solving all refleak detection hazards (see #7222).

----------
components: Library (Lib)
files: join.patch
keywords: patch
messages: 94587
nosy: gregory.p.smith, jyasskin, pitrou
priority: low
severity: normal
stage: patch review
status: open
title: Simplify and improve Thread.join()
type: behavior
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file15216/join.patch

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


More information about the New-bugs-announce mailing list