-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-39576: Prevent memory error for overly optimistic precisions #18581
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
bpo-39576: Prevent memory error for overly optimistic precisions #18581
Conversation
…nt_memory_error_for_overly_optimistic_precisions
Codecov Report
@@ Coverage Diff @@
## master #18581 +/- ##
==========================================
- Coverage 82.11% 82.07% -0.05%
==========================================
Files 1956 1955 -1
Lines 589357 584055 -5302
Branches 44458 44458
==========================================
- Hits 483953 479340 -4613
+ Misses 95756 95090 -666
+ Partials 9648 9625 -23
Continue to review full report at Codecov.
|
Thanks @skrah for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Thanks @skrah for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
GH-18584 is a backport of this pull request to the 3.8 branch. |
…honGH-18581) (cherry picked from commit 90930e6) Co-authored-by: Stefan Krah <[email protected]>
GH-18585 is a backport of this pull request to the 3.7 branch. |
…18581) (#18585) (cherry picked from commit 90930e6) Authored-by: Stefan Krah <[email protected]>
…18581) (#18584) (cherry picked from commit 90930e6) Authored-by: Stefan Krah <[email protected]>
The latest test failure is test_decimal. [1] attempts to fix it but apparently it does not work with extra/mpdecimal in Arch Linux. I don't have time to investigate it, so I just ignore it. I also ignore future possible test failures - keep tests green is difficult :/ [1] python/cpython#18581
* Split tests * Mirror Fedora changes to improve performance ignore test failures The latest test failure is test_decimal. [1] attempts to fix it but apparently it does not work with extra/mpdecimal in Arch Linux. I don't have time to investigate it, so I just ignore it. I also ignore future possible test failures - keep tests green is difficult :/ [1] python/cpython#18581
* Split tests * Mirror Fedora changes to improve performance ignore test failures The latest test failure is test_decimal. [1] attempts to fix it but apparently it does not work with extra/mpdecimal in Arch Linux. I don't have time to investigate it, so I just ignore it. I also ignore future possible test failures - keep tests green is difficult :/ [1] python/cpython#18581
https://bugs.python.org/issue39576