]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:15:22 +0000 (14:15 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jul 2024 12:15:22 +0000 (12:15 +0000)
commit0300e33b223a6cfd691bea186cd413424162d83a
tree5361cd6ac754b4fa4f63458bedc0ddca725b46bf
parent02c19f0338f6f4f663992efcf6580c7902e6094a
[3.12] gh-121913: Use str(exc) instead of exc.strerror in `asyncio.base_events` (GH-122269) (#122279)

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