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 davin, pitrou, vstinner
Date 2017-07-10.09:40:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499679630.2.0.145681370505.issue30886@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't understand how this happens.

If you run "./python -m test --fail-env-changed  -m test_handle_called_with_mp_queue  test_logging" with attached  test_handle_called_with_mp_queue-bug.patch, no finalizer is registered: .join_thread() does nothing, because created_by_this_process is true.
History
Date User Action Args
2017-07-10 09:40:30vstinnersetrecipients: + vstinner, pitrou, davin
2017-07-10 09:40:30vstinnersetmessageid: <1499679630.2.0.145681370505.issue30886@psf.upfronthosting.co.za>
2017-07-10 09:40:30vstinnerlinkissue30886 messages
2017-07-10 09:40:30vstinnercreate