]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35317: Fix mktime() error in test_email (GH-10721)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Nov 2018 12:01:00 +0000 (04:01 -0800)
committerGitHub <noreply@github.com>
Tue, 27 Nov 2018 12:01:00 +0000 (04:01 -0800)
commitb59fc311609aadaafaae68240127b4997b85859d
treea7ec38bcd1e0e2e7712dbcc1408a096675ee2ef4
parent7f93f93fa68f54c1bc128d58fa17536245396de3
bpo-35317: Fix mktime() error in test_email (GH-10721)

Fix mktime() overflow error in test_email: run
test_localtime_daylight_true_dst_true() and
test_localtime_daylight_false_dst_true() with a specific timezone.
(cherry picked from commit cfaafda8e3e19764682abb4bd4c574accb784c42)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Lib/test/test_email/test_utils.py
Misc/NEWS.d/next/Tests/2018-11-26-16-54-21.bpo-35317.jByGP2.rst [new file with mode: 0644]