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 janust
Recipients docs@python, janust
Date 2019-12-11.22:04:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576101847.74.0.586846433042.issue39027@roundup.psfhosted.org>
In-reply-to
Content
https://docs.python.org/3.8/library/asyncio-task.html#asyncio.run_coroutine_threadsafe has a code example that catches a asyncio.TimeoutError from run_coroutine_threadsafe. In Python 3.7, this exception was equal to concurrent.futures.TimeoutError, but since https://github.com/python/cpython/commit/431b540bf79f0982559b1b0e420b1b085f667bb7 that is not the case anymore.
History
Date User Action Args
2019-12-11 22:04:07janustsetrecipients: + janust, docs@python
2019-12-11 22:04:07janustsetmessageid: <1576101847.74.0.586846433042.issue39027@roundup.psfhosted.org>
2019-12-11 22:04:07janustlinkissue39027 messages
2019-12-11 22:04:07janustcreate