commit | ab6614969301b238fcc27f43923a0189a57a2a3c | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Mon Dec 03 12:02:43 2018 +0100 |
committer | GitHub <noreply@github.com> | Mon Dec 03 12:02:43 2018 +0100 |
tree | 86fd5f15b502a534bf3439aeb191e6f0bea90c80 | |
parent | 4013c179117754b039957db4730880bf3285919d [diff] |
bpo-35373: Fix PyInit_timezone() if HAVE_DECL_TZNAME is defined (GH-10861) If HAVE_DECL_TZNAME, PyInit_timezone() now returns -1 on error.