mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
gh-103193: Celebrate performance improvements to inspect.getattr_static in 'What's New in Python 3.12' (#103349)
This commit is contained in:
parent
4dc339b4d6
commit
04501ee57e
1 changed files with 4 additions and 0 deletions
|
|
@ -255,6 +255,10 @@ inspect
|
||||||
for determining the current state of asynchronous generators.
|
for determining the current state of asynchronous generators.
|
||||||
(Contributed by Thomas Krennwallner in :issue:`35759`.)
|
(Contributed by Thomas Krennwallner in :issue:`35759`.)
|
||||||
|
|
||||||
|
* The performance of :func:`inspect.getattr_static` has been considerably
|
||||||
|
improved. Most calls to the function should be around 2x faster than they
|
||||||
|
were in Python 3.11. (Contributed by Alex Waygood in :gh:`103193`.)
|
||||||
|
|
||||||
pathlib
|
pathlib
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue