bpo-39320: Handle unpacking of **values in compiler by markshannon · Pull Request #18141 · python/cpython

added 4 commits

January 23, 2020 09:30

@markshannon

pablogsal

@markshannon

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020
* 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.