Skip to content

Commit f920034

Browse files
committed
Add blurb entry.
1 parent b4310ac commit f920034

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)