aboutsummaryrefslogtreecommitdiff
path: root/changelog.d/672.bugfix.rst
blob: 149981ca2ec669a1c5ae4e482ab18669cf1fed54 (plain)
1
Switched the ``tzoffset``, ``tzstr`` and ``gettz`` caches over to using weak references, so that the cache expires when no other references to the original ``tzinfo`` objects exist. This cache-expiry behavior is not considered part of the public interface and may change in the future. Implemented by @cs-cordero (gh pr #672, #801)