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 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:35vstinnersetrecipients: + vstinner
2017-07-10 00:30:35vstinnersetmessageid: <1499646635.91.0.785266634843.issue30886@psf.upfronthosting.co.za>
2017-07-10 00:30:35vstinnerlinkissue30886 messages
2017-07-10 00:30:35vstinnercreate