We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8777592 commit 10fd514Copy full SHA for 10fd514
Doc/whatsnew/3.10.rst
@@ -261,7 +261,7 @@ Optimizations
261
262
* The ``LOAD_ATTR`` instruction now uses new "per opcode cache" mechanism.
263
It is about 36% faster now. (Contributed by Pablo Galindo and Yury Selivanov
264
- in :issue:`42093`.)
+ in :issue:`42093`, based on ideas implemented originally in PyPy and MicroPython.)
265
266
* When building Python with ``--enable-optimizations`` now
267
``-fno-semantic-interposition`` is added to both the compile and link line.
0 commit comments