]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146076: Fix crash when a `ZoneInfo` subclass is missing a `_weak_cache...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 18 Mar 2026 15:23:46 +0000 (16:23 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Mar 2026 15:23:46 +0000 (15:23 +0000)
commit6980b94c3a25a69278ef9b348fabec7831651e8e
tree7a68bc64fa3cb05fcdf382b699fb9d6b40de6fa4
parentf20a637644e496a5ed1bc59a4fa06fbeabc9b44f
[3.14] gh-146076: Fix crash when a `ZoneInfo` subclass is missing a `_weak_cache` (GH-146082) (GH-146116)

(cherry picked from commit 3b06d68d8a3cc1f37359af1d7ebb3d09e1222296)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Lib/test/test_zoneinfo/test_zoneinfo.py
Misc/NEWS.d/next/Library/2026-03-17-20-41-27.gh-issue-146076.yoBNnB.rst [new file with mode: 0644]
Modules/_zoneinfo.c