diff options
author | Alex Waygood <Alex.Waygood@Gmail.com> | 2023-04-05 07:27:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 07:27:01 (GMT) |
commit | 264c00a1c512a9bd58f47c80e72e436c639763c8 (patch) | |
tree | 51db9d971301ac0eae93720029f057d44402ecbb /Misc | |
parent | 119f67de08f1fddc2a3f7b7caac7454cb57ef800 (diff) | |
download | cpython-264c00a1c512a9bd58f47c80e72e436c639763c8.zip cpython-264c00a1c512a9bd58f47c80e72e436c639763c8.tar.gz cpython-264c00a1c512a9bd58f47c80e72e436c639763c8.tar.bz2 |
gh-103193: Micro-optimise helper functions for `inspect.getattr_static` (#103195)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-04-02-17-51-08.gh-issue-103193.xrZbM1.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-04-02-17-51-08.gh-issue-103193.xrZbM1.rst b/Misc/NEWS.d/next/Library/2023-04-02-17-51-08.gh-issue-103193.xrZbM1.rst new file mode 100644 index 0000000..f0b76a6 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-04-02-17-51-08.gh-issue-103193.xrZbM1.rst @@ -0,0 +1,2 @@ +Improve performance of :func:`inspect.getattr_static`. Patch by Alex +Waygood. |