-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-39684: Combine two if/thens #18557
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
Codecov Report
@@ Coverage Diff @@
## master #18557 +/- ##
==========================================
- Coverage 82.11% 82.07% -0.05%
==========================================
Files 1955 1955
Lines 584054 584123 +69
Branches 44457 44458 +1
==========================================
- Hits 479620 479396 -224
- Misses 94786 95103 +317
+ Partials 9648 9624 -24
Continue to review full report at Codecov.
|
This change looks good to me. |
Unfortunately it fails the macOS tests. I've been able to recreate it, and I'm investigating why it happens. |
* Update math.rst * Update math.rst * updated whats new * Update test_math.py * Update mathmodule.c * Update mathmodule.c.h * Update ACKS * 📜🤖 Added by blurb_it. * Update 3.9.rst * Update 2020-02-18-12-37-16.bpo-39479.j3UcCq.rst * Update math.rst * Update 2020-02-18-12-37-16.bpo-39479.j3UcCq.rst * Update test_math.py * Update ACKS * Update mathmodule.c.h * Update mathmodule.c * Update mathmodule.c.h * Update mathmodule.c.h Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
The macOS failures were because of https://bugs.python.org/issue38691 They're now passing once I merged the |
Something went wrong with git. You should probably fetch from upstream and rebase. |
That's exactly what I did, and then pushed it. |
I can go make a new branch+PR if that would be better. |
Then can you ask for git help somewhere? The PR definitely doesn’t look
right (click on Changes to see for yourself — it should *only* show your
changes, but it shows other things) and all I have here is a phone.
--
--Guido (mobile)
|
New branch coming soon. |
These two code if/thens can be combined
https://bugs.python.org/issue39684