Skip to content

Commit b6ad237

Browse files
committed
Add blurb entry.
1 parent 7a05eca commit b6ad237

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
Replace two complex bytecodes for building dicts with two simpler ones.
3+
4+
The following bytecodes have been removed:
5+
6+
* BUILD_MAP_UNPACK
7+
* BUILD_MAP_UNPACK_WITH_CALL
8+
9+
The following three bytecodes have been added:
10+
11+
* DICT_MERGE
12+
* DICT_UPDATE

0 commit comments

Comments
 (0)