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 04c744d commit 0aad132Copy full SHA for 0aad132
Doc/whatsnew/3.15.rst
@@ -1446,6 +1446,15 @@ Additional optimizations for AArch64 contributed by Mark Shannon and
1446
Diego Russo in :gh:`140683` and :gh:`142305`.)
1447
1448
1449
+CPython bytecode changes
1450
+========================
1451
+
1452
+* Removed the :opcode:`!DELETE_DEREF` opcode. Deletion of closure variables
1453
+ is now compiled as :opcode:`LOAD_DEREF`, :opcode:`POP_TOP`,
1454
+ :opcode:`PUSH_NULL`, :opcode:`STORE_DEREF`.
1455
+ (Contributed by Aleksandr Tseluyko in :gh:`145858`.)
1456
1457
1458
Removed
1459
========
1460
0 commit comments