bpo-39576: Prevent memory error for overly optimistic precisions#18581
Merged
skrah merged 3 commits intopython:masterfrom Feb 21, 2020
skrah:prevent_memory_error_for_overly_optimistic_precisions
Merged
bpo-39576: Prevent memory error for overly optimistic precisions#18581skrah merged 3 commits intopython:masterfrom skrah:prevent_memory_error_for_overly_optimistic_precisions
skrah merged 3 commits intopython:masterfrom
skrah:prevent_memory_error_for_overly_optimistic_precisions
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.
|
Contributor
|
Thanks @skrah for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Contributor
|
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. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Feb 21, 2020
…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. |
yan12125
added a commit
to archlinuxcn/repo
that referenced
this pull request
Feb 22, 2020
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
dundee
pushed a commit
to dundee/pkgbuilds
that referenced
this pull request
Feb 13, 2022
* 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
dundee
pushed a commit
to dundee/pkgbuilds
that referenced
this pull request
Sep 6, 2022
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://bugs.python.org/issue39576