We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4f783 commit 6177398Copy full SHA for 6177398
1 file changed
Misc/NEWS.d/next/Library/2025-12-18-00-00-00.gh-issue-142763.AJpZPVG5.rst
@@ -1,3 +1,2 @@
1
-Fix a race condition in :class:`zoneinfo.ZoneInfo` cache eviction that could
2
-raise :exc:`KeyError` when multiple threads create :class:`~zoneinfo.ZoneInfo`
3
-instances concurrently.
+Fix a race condition between :class:`zoneinfo.ZoneInfo` creation and
+:func:`zoneinfo.ZoneInfo.clear_cache` that could raise :exc:`KeyError`.
0 commit comments