-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-112559: Avoid unnecessary conversion attempts to enum_klass in signal.py. #113040
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
Conversation
yilei
commented
Dec 13, 2023
•
edited
Loading
edited
- Issue: asyncio.run unnecessarily calls the repr of the task result twice since Python 3.11 #112559
Added backports since this can cause regressions like jax-ml/jax#18743 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good! Sorry for the long wait time. I'm finally clearing some of my backlog. I'll merge it now and kick the backports.
Thanks @yilei for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
GH-113443 is a backport of this pull request to the 3.12 branch. |
…in signal.py (pythonGH-113040) (cherry picked from commit 050783c) Co-authored-by: Yilei Yang <yileiyang@google.com>
GH-113444 is a backport of this pull request to the 3.11 branch. |
…in signal.py (pythonGH-113040) (cherry picked from commit 050783c) Co-authored-by: Yilei Yang <yileiyang@google.com>