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 epiphyte
Recipients asvetlov, epiphyte, iritkatriel, jnwatson, yselivanov
Date 2022-01-26.17:06:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643216774.18.0.542787445351.issue34680@roundup.psfhosted.org>
In-reply-to
Content
For additional context, this was encountered when porting an application from threading to asyncio, and at the time we were still running the ioloop in its own thread as opposed to the mainthread. We no longer do that :D

Updating the documentation to clarify that the loop won't work across threads, like what we ran into at the time, would resolve this.
History
Date User Action Args
2022-01-26 17:06:14epiphytesetrecipients: + epiphyte, asvetlov, yselivanov, jnwatson, iritkatriel
2022-01-26 17:06:14epiphytesetmessageid: <1643216774.18.0.542787445351.issue34680@roundup.psfhosted.org>
2022-01-26 17:06:14epiphytelinkissue34680 messages
2022-01-26 17:06:14epiphytecreate