Message298041
| 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:14 | pitrou | set | recipients: + pitrou, vstinner, davin |
| 2017-07-10 09:39:14 | pitrou | set | messageid: <1499679554.29.0.730296608098.issue30886@psf.upfronthosting.co.za> |
| 2017-07-10 09:39:14 | pitrou | link | issue30886 messages |
| 2017-07-10 09:39:14 | pitrou | create | |