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 martin.panter
Recipients martin.panter, python-dev, vstinner
Date 2016-08-20.08:43:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471682599.32.0.668810212876.issue27787@psf.upfronthosting.co.za>
In-reply-to
Content
I committed the gc_collect() change to 3.5 as well, because it helped me with a separate test case.

Here is the remaining change, for 3.6 only. I added a timeout to the join() call. This matches the @reap_threads decorator, which times out after 1 s.
History
Date User Action Args
2016-08-20 08:43:19martin.pantersetrecipients: + martin.panter, vstinner, python-dev
2016-08-20 08:43:19martin.pantersetmessageid: <1471682599.32.0.668810212876.issue27787@psf.upfronthosting.co.za>
2016-08-20 08:43:19martin.panterlinkissue27787 messages
2016-08-20 08:43:19martin.pantercreate