We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Bug report
Lib.test.test_decimal is failing with the following error when building locally on Ubuntu 20.04:
====================================================================== FAIL: test_from_tuple (test.test_decimal.CWhitebox.test_from_tuple) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/abhigyan/Documents/my-forks/cpython/Lib/test/test_decimal.py", line 5538, in test_from_tuple self.assertEqual(str(c.create_decimal(x)), '-0E-1000007') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '-0E-1000026' != '-0E-1000007' - -0E-1000026 ? ^^ + -0E-1000007 ? ^^
Steps to recreate:
build-essential
./configure --with-pydebug
make -s -j2
./python -m test -v test_decimal -j2
Your environment Ubuntu 20.04 fresh install followed by installing build-essential.
CPython versions tested on: lastest version from github
Commit which causes the error: bcf14ae
Testing to find commit: Used git bisect to test commits using steps 4-6 as mentioned above in Steps to recreate (used make clean before each build).
Above issue does not arise in commit: 5e130a8
The text was updated successfully, but these errors were encountered:
Duplicate of #91821
Sorry, something went wrong.
No branches or pull requests
Bug report
Lib.test.test_decimal is failing with the following error when building locally on Ubuntu 20.04:
Steps to recreate:
build-essential
from apt../configure --with-pydebug
make -s -j2
./python -m test -v test_decimal -j2
Your environment
Ubuntu 20.04 fresh install followed by installing build-essential.
CPython versions tested on:
lastest version from github
Commit which causes the error:
bcf14ae
Testing to find commit:
Used git bisect to test commits using steps 4-6 as mentioned above in Steps to recreate (used make clean before each build).
Above issue does not arise in commit:
5e130a8
The text was updated successfully, but these errors were encountered: