]> granicus.if.org Git - python/commit
bpo-35373: Fix PyInit_timezone() if HAVE_DECL_TZNAME is defined (GH-10861)
authorVictor Stinner <vstinner@redhat.com>
Mon, 3 Dec 2018 11:02:43 +0000 (12:02 +0100)
committerGitHub <noreply@github.com>
Mon, 3 Dec 2018 11:02:43 +0000 (12:02 +0100)
commitab6614969301b238fcc27f43923a0189a57a2a3c
tree86fd5f15b502a534bf3439aeb191e6f0bea90c80
parent4013c179117754b039957db4730880bf3285919d
bpo-35373: Fix PyInit_timezone() if HAVE_DECL_TZNAME is defined (GH-10861)

If HAVE_DECL_TZNAME, PyInit_timezone() now returns -1 on error.
Modules/timemodule.c