]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Simplify PyInit_timezone. (GH-9323)
authorBenjamin Peterson <benjamin@python.org>
Fri, 14 Sep 2018 23:21:32 +0000 (16:21 -0700)
committerGitHub <noreply@github.com>
Fri, 14 Sep 2018 23:21:32 +0000 (16:21 -0700)
commitafde1c1a05cc8a1e8adf6403c451f6708509a605
treee64657c0d9359e6bd0ceb85faa00c7cca009a314
parent24f684692070f53b6f6e4dc67b9fe23dbd58655f
Simplify PyInit_timezone. (GH-9323)

Assume tzname exists. Only use a hack to compute altzone if it's not defined.
Modules/timemodule.c