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 asvetlov
Recipients asvetlov, epiphyte, iritkatriel, jnwatson, yselivanov
Date 2022-01-24.18:58:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643050730.48.0.434407308994.issue34680@roundup.psfhosted.org>
In-reply-to
Content
All asyncio loop methods except `loop.call_soon_threadsafe()` should be done from the same thread as been used for the loop creation.
Did you violate this rule?
History
Date User Action Args
2022-01-24 18:58:50asvetlovsetrecipients: + asvetlov, yselivanov, jnwatson, epiphyte, iritkatriel
2022-01-24 18:58:50asvetlovsetmessageid: <1643050730.48.0.434407308994.issue34680@roundup.psfhosted.org>
2022-01-24 18:58:50asvetlovlinkissue34680 messages
2022-01-24 18:58:50asvetlovcreate