New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue7223>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to