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 davin, pitrou, vstinner
Date 2017-07-10.09:39:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499679554.29.0.730296608098.issue30886@psf.upfronthosting.co.za>
In-reply-to
Content
> I would like to really make sure that a Queue object doesn't "leak" a thread when I close .close() + .join_thread().

I don't understand how this happens.  The Finalize object only acts as an atexit handler.  When called as a regular finalize, `self._thread` is dead and therefore `_finalize_join()` doesn't do anything.
History
Date User Action Args
2017-07-10 09:39:14pitrousetrecipients: + pitrou, vstinner, davin
2017-07-10 09:39:14pitrousetmessageid: <1499679554.29.0.730296608098.issue30886@psf.upfronthosting.co.za>
2017-07-10 09:39:14pitroulinkissue30886 messages
2017-07-10 09:39:14pitroucreate