]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42979: _zoneinfo exec function checks for PyDateTime_IMPORT failure (GH-24333)
authorHai Shi <shihai1992@gmail.com>
Wed, 27 Jan 2021 10:23:33 +0000 (18:23 +0800)
committerGitHub <noreply@github.com>
Wed, 27 Jan 2021 10:23:33 +0000 (11:23 +0100)
commiteeb701adc0fc29ba803fddf133d917ff45639a00
tree08e5837b88ea38c1cec672ca79082d3f4ab46bfb
parent6790005a9a30ae3eca69d1957fb072171643a366
bpo-42979: _zoneinfo exec function checks for PyDateTime_IMPORT failure (GH-24333)

Importing datetime can fail.
Modules/_zoneinfo.c