Message 314216 - Python tracker

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.

Content
The "blocking" you observe is caused by Python GC.  If I add "import gc; gc.disable()" the warnings disappear.