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-10-16.13:29:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539696549.39.0.788709270274.issue34022@psf.upfronthosting.co.za>
In-reply-to
Content
There are still tests which fail when SOURCE_DATE_EPOCH env var is defined:

$ SOURCE_DATE_EPOCH=0 ./python -m test -j0 -r
(...)
3 tests failed:
    test_cmd_line_script test_multiprocessing_main_handling test_runpy
(...)
History
Date User Action Args
2018-10-16 13:29:09vstinnersetrecipients: + vstinner, doko, benjamin.peterson, mcepl, Elvis.Pranskevichus, serhiy.storchaka, thehesiod, yan12125, eschwartz
2018-10-16 13:29:09vstinnersetmessageid: <1539696549.39.0.788709270274.issue34022@psf.upfronthosting.co.za>
2018-10-16 13:29:09vstinnerlinkissue34022 messages
2018-10-16 13:29:09vstinnercreate