]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103193: cache calls to `inspect._shadowed_dict` in `inspect.getattr_static` (...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Sun, 7 May 2023 17:45:09 +0000 (18:45 +0100)
committerGitHub <noreply@github.com>
Sun, 7 May 2023 17:45:09 +0000 (18:45 +0100)
commit1b19bd1a88e6c410fc9cd08db48e0d35cfa8bb5a
tree3b858db3317ce265f4830ec9556988874acfdb5c
parent60f588478f0a3d88e86b97acecbcb569142f4636
gh-103193: cache calls to `inspect._shadowed_dict` in `inspect.getattr_static` (#104267)

Co-authored-by: Carl Meyer <carl@oddbird.net>
Doc/whatsnew/3.12.rst
Lib/inspect.py
Lib/test/test_inspect.py