Message298014
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2017-07-10.00:30:35 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1499646635.91.0.785266634843.issue30886@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The problem is that multiprocessing.Queue.join_thread() does nothing since the thread wasn't started by a subprocess. See also bpo-30171: Emit ResourceWarning in multiprocessing Queue destructor. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-07-10 00:30:35 | vstinner | set | recipients: + vstinner |
| 2017-07-10 00:30:35 | vstinner | set | messageid: <1499646635.91.0.785266634843.issue30886@psf.upfronthosting.co.za> |
| 2017-07-10 00:30:35 | vstinner | link | issue30886 messages |
| 2017-07-10 00:30:35 | vstinner | create | |