SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 136 Python

bpo-39320: Handle unpacking of **values in compiler (GH-18141)

* Add DICT_UPDATE and DICT_MERGE bytecodes. Use them for ** unpacking.

* Remove BUILD_MAP_UNPACK and BUILD_MAP_UNPACK_WITH_CALL, as they are now unused.

* Update magic number for ** unpacking opcodes.

* Update dis.rst to incorporate new bytecodes.

* Add blurb entry.
M
Mark Shannon committed
8a4cd700a7426341c2074a2b580306d2d60ec839
Parent: 72b1004
Committed by GitHub <noreply@github.com> on 1/27/2020, 9:57:45 AM