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 iritkatriel
Recipients asvetlov, epiphyte, iritkatriel, jnwatson, yselivanov
Date 2022-01-24.18:31:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643049113.31.0.781366492427.issue34680@roundup.psfhosted.org>
In-reply-to
Content
The documentation should explicitly mention that an event loop should be accessed from only one thread (it hints at this by referring to "the loop of the current thread" but I don't see this stated clearly).

In the code, it would be good if multi-threaded access failed with a clearer error.
History
Date User Action Args
2022-01-24 18:31:53iritkatrielsetrecipients: + iritkatriel, asvetlov, yselivanov, jnwatson, epiphyte
2022-01-24 18:31:53iritkatrielsetmessageid: <1643049113.31.0.781366492427.issue34680@roundup.psfhosted.org>
2022-01-24 18:31:53iritkatriellinkissue34680 messages
2022-01-24 18:31:53iritkatrielcreate