This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients doko, mcepl, vstinner
Date 2018-07-02.15:20:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530544809.95.0.56676864532.issue34022@psf.upfronthosting.co.za>
In-reply-to
Content
I also ran the Python test suite on Debian sid using the master branch of Python and all tests pass:
---
$ ./configure --prefix=/usr --enable-ipv6 --enable-loadable-sqlite-extensions --with-dbmliborder=bdb:gdbm --with-computed-gotos --without-ensurepip --with-system-expat --with-system-libmpdec  --with-system-ffi
$ make
$ LD_LIBRARY_PATH=$PWD ./python -m test -j0 test_cmd_line_script test_compileall test_importlib test_multiprocessing_main_handling test_py_compile test_runpy

All 6 tests OK.
---

I also ran the full test suite on Debian Stretch: again, all tests passed.

Maybe the package builder use a custom configuration or patches? Or issues are specific to Python 3.7? (again, I tested the master branch)
History
Date User Action Args
2018-07-02 15:20:09vstinnersetrecipients: + vstinner, doko, mcepl
2018-07-02 15:20:09vstinnersetmessageid: <1530544809.95.0.56676864532.issue34022@psf.upfronthosting.co.za>
2018-07-02 15:20:09vstinnerlinkissue34022 messages
2018-07-02 15:20:09vstinnercreate