-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Catch ValueError - generator already executing #9454
Conversation
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #9454 +/- ##
=======================================
Coverage 95.81% 95.81%
=======================================
Files 173 173
Lines 18788 18792 +4
=======================================
+ Hits 18001 18005 +4
Misses 787 787
|
This comment has been minimized.
This comment has been minimized.
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit ee4d103 |
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.
π
(cherry picked from commit d4f0ef7)
(cherry picked from commit d4f0ef7) Co-authored-by: Marc Mueller <[email protected]>
Type of Changes
Description
Overwrite
sys.unraisablehook
to catchValueError
-"generator already executing"
messages for Python 3.12.0 - 3.12.2 only. This is fixed upstream in both3.12.3
and3.13a2+
.Closes #9138