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 mark.dickinson
Recipients konrad.schwarz, mark.dickinson, pitrou
Date 2021-03-03.18:49:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614797386.3.0.0366631397014.issue43383@roundup.psfhosted.org>
In-reply-to
Content
One more thing: I'm assuming that everything in sight is single-threaded? With more than one Python thread (even if that thread is auxiliary to anything you're doing - e.g., if you're working at an IPython prompt, there will likely be at least a couple of extra Python threads around), there's always the exciting possibility that the cyclic garbage collection can end up running on an essentially arbitrary Python thread; it would be good to rule that possibility out.
History
Date User Action Args
2021-03-03 18:49:46mark.dickinsonsetrecipients: + mark.dickinson, pitrou, konrad.schwarz
2021-03-03 18:49:46mark.dickinsonsetmessageid: <1614797386.3.0.0366631397014.issue43383@roundup.psfhosted.org>
2021-03-03 18:49:46mark.dickinsonlinkissue43383 messages
2021-03-03 18:49:46mark.dickinsoncreate