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 mcepl, vstinner
Date 2018-07-02.13:47:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530539228.55.0.56676864532.issue34022@psf.upfronthosting.co.za>
In-reply-to
Content
I'm unable to reproduce the issue on Fedora using the same configure command:

$ ./configure --host=x86_64-suse-linux-gnu --build=x86_64-suse-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --docdir=/usr/share/doc/packages/python --enable-ipv6 --with-fpectl --enable-shared --with-ensurepip=no --with-system-ffi --with-system-expat --with-lto --enable-loadable-sqlite-extensions
$ 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.
...
Tests result: SUCCESS
History
Date User Action Args
2018-07-02 13:47:08vstinnersetrecipients: + vstinner, mcepl
2018-07-02 13:47:08vstinnersetmessageid: <1530539228.55.0.56676864532.issue34022@psf.upfronthosting.co.za>
2018-07-02 13:47:08vstinnerlinkissue34022 messages
2018-07-02 13:47:08vstinnercreate