Staging
v0.8.1
https://github.com/python/cpython
Revision 13bc13960cc83dbd1cb5701d9a59ac9b9144b205 authored by Mark Shannon on 23 January 2020, 09:25:17 UTC, committed by GitHub on 23 January 2020, 09:25:17 UTC
* Add three new bytecodes: LIST_TO_TUPLE, LIST_EXTEND, SET_UPDATE. Use them to implement star unpacking expressions.

* Remove four bytecodes BUILD_LIST_UNPACK, BUILD_TUPLE_UNPACK, BUILD_SET_UNPACK and  BUILD_TUPLE_UNPACK_WITH_CALL opcodes as they are now unused.

* Update magic number and dis.rst for new bytecodes.
1 parent f9e07e1
History
Tip revision: 13bc13960cc83dbd1cb5701d9a59ac9b9144b205 authored by Mark Shannon on 23 January 2020, 09:25:17 UTC
bpo-39320: Handle unpacking of *values in compiler (GH-17984)
Tip revision: 13bc139
File Mode Size
2.0.rst -rw-r--r-- 58.1 KB
2.1.rst -rw-r--r-- 36.1 KB
2.2.rst -rw-r--r-- 58.9 KB
2.3.rst -rw-r--r-- 87.6 KB
2.4.rst -rw-r--r-- 62.5 KB
2.5.rst -rw-r--r-- 97.8 KB
2.6.rst -rw-r--r-- 129.0 KB
2.7.rst -rw-r--r-- 120.1 KB
3.0.rst -rw-r--r-- 38.5 KB
3.1.rst -rw-r--r-- 21.4 KB
3.2.rst -rw-r--r-- 107.1 KB
3.3.rst -rw-r--r-- 96.9 KB
3.4.rst -rw-r--r-- 107.9 KB
3.5.rst -rw-r--r-- 91.4 KB
3.6.rst -rw-r--r-- 88.0 KB
3.7.rst -rw-r--r-- 97.6 KB
3.8.rst -rw-r--r-- 86.4 KB
3.9.rst -rw-r--r-- 18.8 KB
changelog.rst -rw-r--r-- 75 bytes
index.rst -rw-r--r-- 800 bytes

back to top