Files
cpython/Include
Mark Shannon 8a4cd700a7 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.
2020-01-27 09:57:45 +00:00
..
2019-11-16 01:04:44 +01:00
2020-01-25 14:52:44 +01:00
2019-08-23 16:39:09 +01:00