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 yselivanov
Recipients asvetlov, decaz, yselivanov
Date 2018-03-21.18:09:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521655760.44.0.467229070634.issue33115@psf.upfronthosting.co.za>
In-reply-to
Content
The "blocking" you observe is caused by Python GC.  If I add "import gc; gc.disable()" the warnings disappear.
History
Date User Action Args
2018-03-21 18:09:20yselivanovsetrecipients: + yselivanov, asvetlov, decaz
2018-03-21 18:09:20yselivanovsetmessageid: <1521655760.44.0.467229070634.issue33115@psf.upfronthosting.co.za>
2018-03-21 18:09:20yselivanovlinkissue33115 messages
2018-03-21 18:09:20yselivanovcreate