Skip to content

Commit

Permalink
Add blurb entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
markshannon committed Jan 15, 2020
1 parent b4310ac commit f920034
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Replace four complex bytecodes for building sequences with three simpler ones.


The following four bytecodes have been removed:

* BUILD_LIST_UNPACK
* BUILD_TUPLE_UNPACK
* BUILD_SET_UNPACK
* BUILD_TUPLE_UNPACK_WITH_CALL

The following three bytecodes have been added:

* LIST_TO_TUPLE
* LIST_EXTEND
* SET_UPDATE

0 comments on commit f920034

Please sign in to comment.