This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients gregory.p.smith, jyasskin, pitrou
Date 2009-10-27.23:30:52
SpamBayes Score 0.005080166
Marked as misclassified No
Message-id <1256686255.23.0.543755679339.issue7223@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2009-10-27 23:30:55pitrousetrecipients: + pitrou, gregory.p.smith, jyasskin
2009-10-27 23:30:55pitrousetmessageid: <1256686255.23.0.543755679339.issue7223@psf.upfronthosting.co.za>
2009-10-27 23:30:53pitroulinkissue7223 messages
2009-10-27 23:30:53pitroucreate