File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -946,7 +946,6 @@ Optimizations
946
946
for more details. (Contributed by Victor Stinner and Pablo Galindo in
947
947
:issue:`38980 ` .)
948
948
949
-
950
949
* Function parameters and their annotations are no longer computed at runtime,
951
950
but rather at compilation time. They are stored as a tuple of strings at the
952
951
bytecode level. It is now around 2 times faster to create a function with
@@ -958,6 +957,10 @@ Optimizations
958
957
algorithm to avoid quadratic behavior on long strings. (Contributed
959
958
by Dennis Sweeney in :issue:`41972 ` )
960
959
960
+ * Added micro- optimizations to `` _PyType_Lookup()`` to improve type attribute cache lookup
961
+ performance in the common case of cache hits. This makes the interpreter 1.04 times faster
962
+ in average (Contributed by Dino Viehland in :issue:`43452 ` )
963
+
961
964
Deprecated
962
965
==========
963
966
You can’t perform that action at this time.
0 commit comments