]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:20:45 +0000 (16:20 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Mar 2026 15:20:45 +0000 (15:20 +0000)
commit450e9eaf735dc40faf536b337e6c784e2f9050e3
tree037c24f408a1b808875fd15899b79d17cf932264
parent2147a5c9de755d4bca3e8348d3c10d1f41141a82
[3.13] gh-146076: Fix crash when a `ZoneInfo` subclass is missing a `_weak_cache` (GH-146082) (GH-146115)

(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