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
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 |
|
Thanks @skrah for the PR |
|
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 <skrah@bytereef.org>
|
GH-18585 is a backport of this pull request to the 3.7 branch. |
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