We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
inspect.getattr_static
1 parent 4dc339b commit 04501eeCopy full SHA for 04501ee
Doc/whatsnew/3.12.rst
@@ -255,6 +255,10 @@ inspect
255
for determining the current state of asynchronous generators.
256
(Contributed by Thomas Krennwallner in :issue:`35759`.)
257
258
+* The performance of :func:`inspect.getattr_static` has been considerably
259
+ improved. Most calls to the function should be around 2x faster than they
260
+ were in Python 3.11. (Contributed by Alex Waygood in :gh:`103193`.)
261
+
262
pathlib
263
-------
264
0 commit comments