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 pitrou
Recipients Jorge Herskovic, Marandil, davin, ned.deily, pitrou, sbt
Date 2017-06-13.09:25:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497345911.56.0.201239952508.issue24484@psf.upfronthosting.co.za>
In-reply-to
Content
The simple answer here is _run_finalizers() is not thread-safe, but finalizers can be registered or cancelled from any thread.

I could not write a simple synthetic script to reproduce the issue, but it should nevertheless be fixable.
History
Date User Action Args
2017-06-13 09:25:11pitrousetrecipients: + pitrou, ned.deily, sbt, davin, Jorge Herskovic, Marandil
2017-06-13 09:25:11pitrousetmessageid: <1497345911.56.0.201239952508.issue24484@psf.upfronthosting.co.za>
2017-06-13 09:25:11pitroulinkissue24484 messages
2017-06-13 09:25:11pitroucreate