STINNER Victor <vstin...@redhat.com> added the comment:

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)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34022>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to