]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121913: Use str(exc) instead of exc.strerror in `asyncio.base_events` (#122269)
authorAN Long <aisk@users.noreply.github.com>
Thu, 25 Jul 2024 11:56:04 +0000 (19:56 +0800)
committerGitHub <noreply@github.com>
Thu, 25 Jul 2024 11:56:04 +0000 (17:26 +0530)
commit070f1e2e5b9b31ee3e7a1af2e30d7e3a66040b17
treeff677cb010fabc492432ae8b6a4e955988419c0e
parent6c09b8de5c67406113e8d082e05c9587e35a852a
gh-121913: Use str(exc) instead of exc.strerror in `asyncio.base_events` (#122269)
Lib/asyncio/base_events.py