]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Wed, 24 Apr 2024 14:55:02 +0000 (15:55 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Apr 2024 14:55:02 +0000 (15:55 +0100)
commit8227883d1f1bbb6560e5f175d7ee49f013c094bd
treefbe7988deaebf3304075bc4e0929d87e18e2b484
parent83235f7791fbe6ee2618192f2341de9cd22d0511
gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)
Doc/whatsnew/3.12.rst
Lib/inspect.py
Lib/test/libregrtest/utils.py
Lib/test/test_inspect/test_inspect.py
Misc/NEWS.d/next/Library/2024-04-24-12-20-48.gh-issue-118013.TKn_kZ.rst [new file with mode: 0644]