Skip to content

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

Merged
kumaraditya303 merged 1 commit into
python:mainfrom
aisk:asyncio-disable-ipv6
Jul 25, 2024
Merged

gh-121913: Using str(exc) instead of exc.strerror in asyncio.base_events#122269
kumaraditya303 merged 1 commit into
python:mainfrom
aisk:asyncio-disable-ipv6

Conversation

@aisk

@aiskaisk commented Jul 25, 2024

Copy link
Copy Markdown
Member

@kumaraditya303kumaraditya303 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@miss-islington-app

Copy link
Copy Markdown

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
…e_events` (pythonGH-122269)
(cherry picked from commit 070f1e2)
Co-authored-by: AN Long <aisk@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 25, 2024
…e_events` (pythonGH-122269)
(cherry picked from commit 070f1e2)
Co-authored-by: AN Long <aisk@users.noreply.github.com>
@bedevere-app

Copy link
Copy Markdown

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

@bedevere-appbedevere-appBot removed the needs backport to 3.13 bugs and security fixes label Jul 25, 2024
@bedevere-app

Copy link
Copy Markdown

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

@bedevere-appbedevere-appBot removed the needs backport to 3.12 only 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 <aisk@users.noreply.github.com>
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 <aisk@users.noreply.github.com>
@aisk
aisk deleted the asyncio-disable-ipv6 branch July 25, 2024 12:53
Sign up for freeto 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

@aisk@kumaraditya303