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 b4310ac commit f920034Copy full SHA for f920034
Misc/NEWS.d/next/Core and Builtins/2020-01-15-15-33-44.bpo-39320.b4hnJW.rst
@@ -0,0 +1,15 @@
1
+Replace four complex bytecodes for building sequences with three simpler ones.
2
+
3
4
+The following four bytecodes have been removed:
5
6
+* BUILD_LIST_UNPACK
7
+* BUILD_TUPLE_UNPACK
8
+* BUILD_SET_UNPACK
9
+* BUILD_TUPLE_UNPACK_WITH_CALL
10
11
+The following three bytecodes have been added:
12
13
+* LIST_TO_TUPLE
14
+* LIST_EXTEND
15
+* SET_UPDATE
0 commit comments