]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146076: Fix crash when a `ZoneInfo` subclass is missing a `_weak_cache` (#146082)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Wed, 18 Mar 2026 12:58:08 +0000 (12:58 +0000)
committerGitHub <noreply@github.com>
Wed, 18 Mar 2026 12:58:08 +0000 (18:28 +0530)
commit3b06d68d8a3cc1f37359af1d7ebb3d09e1222296
tree32366e8901f50c72a445d4479bf3b4b8bdb420cd
parentd42a04c0450283acf452d8fa6bbc188c27a6c639
gh-146076: Fix crash when a `ZoneInfo` subclass is missing a `_weak_cache` (#146082)
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