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 Elvis.Pranskevichus, benjamin.peterson, doko, eschwartz, mcepl, serhiy.storchaka, thehesiod, vstinner, yan12125
Date 2018-11-27.11:39:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543318745.56.0.788709270274.issue34022@psf.upfronthosting.co.za>
In-reply-to
Content
> As https://github.com/python/cpython/pull/10327 has been merged, I think this issue can be closed?

The Versions field of this issue is set to Python 3.7, but 7 tests are failing with:

$ SOURCE_DATE_EPOCH=0 ./python -m test -j0 -r -u all,-gui
(...)
7 tests failed:
    test_cmd_line_script test_compileall test_importlib
    test_multiprocessing_main_handling test_posix test_py_compile
    test_runpy

Note: the full test suite pass with SOURCE_DATE_EPOCH=0 on master.
History
Date User Action Args
2018-11-27 11:39:05vstinnersetrecipients: + vstinner, doko, benjamin.peterson, mcepl, Elvis.Pranskevichus, serhiy.storchaka, thehesiod, yan12125, eschwartz
2018-11-27 11:39:05vstinnersetmessageid: <1543318745.56.0.788709270274.issue34022@psf.upfronthosting.co.za>
2018-11-27 11:39:05vstinnerlinkissue34022 messages
2018-11-27 11:39:05vstinnercreate