]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121913: Use str(exc) instead of exc.strerror in `asyncio.base_events` ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 25 Jul 2024 12:20:40 +0000 (14:20 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jul 2024 12:20:40 +0000 (12:20 +0000)
commitd1af4f53720d252326ae9c91c93495b58e0b4922
treedee9380e7b445be7dbc2c7e2256102966289b13b
parent83bfc5bd8b4c829544003a7e5d132d2af87c160b
[3.13] gh-121913: Use str(exc) instead of exc.strerror in `asyncio.base_events` (GH-122269) (#122278)

gh-121913: Use str(exc) instead of exc.strerror in `asyncio.base_events` (GH-122269)
(cherry picked from commit 070f1e2e5b9b31ee3e7a1af2e30d7e3a66040b17)

Co-authored-by: AN Long <aisk@users.noreply.github.com>
Lib/asyncio/base_events.py