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 barry, r.david.murray, vstinner, xtreak
Date 2018-11-26.15:50:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543247445.39.0.788709270274.issue35317@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, the tests fail since 2012 at least on FreeBSD:

https://bugs.python.org/issue15750#msg168741

"""
On the FreeBSD 8.2 build slave:

======================================================================
ERROR: test_localtime_daylight_false_dst_true (test_utils.LocaltimeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  (...)
    seconds = time.mktime(tm)
OverflowError: mktime argument out of range

======================================================================
ERROR: test_localtime_daylight_true_dst_true (test_utils.LocaltimeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  (...)
    seconds = time.mktime(tm)
OverflowError: mktime argument out of range
"""

bpo-15750 even contains a reproducer in C.
History
Date User Action Args
2018-11-26 15:50:45vstinnersetrecipients: + vstinner, barry, r.david.murray, xtreak
2018-11-26 15:50:45vstinnersetmessageid: <1543247445.39.0.788709270274.issue35317@psf.upfronthosting.co.za>
2018-11-26 15:50:45vstinnerlinkissue35317 messages
2018-11-26 15:50:45vstinnercreate