-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Open
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
5 tests failed:
test_filecmp test_os test_pathlib test_shutil test_tarfile
I tried to build python 3.14.2 in Linux Mint. I downloaded the package .tar.xz
I extracted the content of the package
I ran in the Linux Mint Terminal:
cd Downloads
cd Python-3.14.2
./configure
make
make test
And there appeared the failures of the test mentioned above.
The README.rst file suggests to file a bug report given these issues, so this is the bug report.
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Metadata
Metadata
Assignees
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error