-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-29602: fix signed zero handling in complex constructor #204
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
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.
Wrong issue number. Otherwise LGTM.
Codecov Report
@@ Coverage Diff @@
## 2.7 #204 +/- ##
======================================
Coverage ? 83.38%
======================================
Files ? 1367
Lines ? 344903
Branches ? 0
======================================
Hits ? 287604
Misses ? 57299
Partials ? 0 Continue to review full report at Codecov.
|
Thanks, @serhiy-storchaka. Two more on the way ... |
…ain tasklet Fix issue python#204 and bpo-24596. Now the special SystemExit handling is used for non-main tasklets of the main-thread of the primary interpreter only. A test case is in upstream commit d8cba5d (not yet merged).
…ain tasklet Fix issue python#204 and bpo-24596. Now the special SystemExit handling is used for non-main tasklets of the main-thread of the primary interpreter only. A test case is in upstream commit e1ebf51 (not yet merged). (cherry picked from commit 34768b4)
Backport of #203 to 2.7 branch (cherry-pick of 112ec38).