]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 24 Apr 2024 15:27:08 +0000 (17:27 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Apr 2024 15:27:08 +0000 (15:27 +0000)
commit0691bd860d3de0c1feb1566d99315a0a582c62a0
treeae6209ccd31bafacd7dae0fc23306390300f8a33
parentf86b17ac511e68192ba71f27e752321a3252cee3
[3.12] gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (GH-118202) (#118232)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
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]