]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42979: _zoneinfo exec function checks for PyDateTime_IMPORT failure (GH-24333...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Jan 2021 11:08:45 +0000 (03:08 -0800)
committerGitHub <noreply@github.com>
Wed, 27 Jan 2021 11:08:45 +0000 (12:08 +0100)
commit895591c1f0bdec5ad357fe6a5fd0875990061357
tree54f990feeaa0bbbf3830ff4d64e11abfb79e2d77
parentcb77c5e1ddd9328e4706f8fdf893aa6bf697942c
bpo-42979: _zoneinfo exec function checks for PyDateTime_IMPORT failure (GH-24333) (GH-24351)

Importing datetime can fail.
(cherry picked from commit eeb701adc0fc29ba803fddf133d917ff45639a00)

Co-authored-by: Hai Shi <shihai1992@gmail.com>
Co-authored-by: Hai Shi <shihai1992@gmail.com>
Modules/_zoneinfo.c