Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-121913: Using str(exc) instead of exc.strerror in asyncio.base_events #122269

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

aisk
Copy link
Member

@aisk aisk commented Jul 25, 2024

Copy link
Contributor

@kumaraditya303 kumaraditya303 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kumaraditya303 kumaraditya303 added needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes topic-asyncio labels Jul 25, 2024
@kumaraditya303 kumaraditya303 merged commit 070f1e2 into python:main Jul 25, 2024
39 checks passed
@miss-islington-app
Copy link

Thanks @aisk for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 25, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 25, 2024
@bedevere-app
Copy link

bedevere-app bot commented Jul 25, 2024

GH-122278 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Jul 25, 2024
@bedevere-app
Copy link

bedevere-app bot commented Jul 25, 2024

GH-122279 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Jul 25, 2024
kumaraditya303 pushed a commit that referenced this pull request Jul 25, 2024
…se_events` (GH-122269) (#122279)

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

Co-authored-by: AN Long <[email protected]>
kumaraditya303 pushed a commit that referenced this pull request Jul 25, 2024
…se_events` (GH-122269) (#122278)

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

Co-authored-by: AN Long <[email protected]>
@aisk aisk deleted the asyncio-disable-ipv6 branch July 25, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants