]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43033: Fix the handling of PyObject_SetAttrString() in _zoneinfo.c (GH-24345...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Jan 2021 09:40:31 +0000 (01:40 -0800)
committerGitHub <noreply@github.com>
Wed, 27 Jan 2021 09:40:31 +0000 (11:40 +0200)
commitcb77c5e1ddd9328e4706f8fdf893aa6bf697942c
treeea097e2daf93247258ad745e6d6531f576492261
parent68102fb9987338a70d69a0162917866e5710458d
bpo-43033: Fix the handling of PyObject_SetAttrString() in _zoneinfo.c (GH-24345) (GH-24349)

(cherry picked from commit 5327f370344a627f1578d8183d197feb286371c6)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Modules/_zoneinfo.c