diff options
author | Mark Shannon <mark@hotpy.org> | 2020-01-27 09:57:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-27 09:57:45 +0000 |
commit | 8a4cd700a7426341c2074a2b580306d2d60ec839 (patch) | |
tree | 64ff9fdc0361fe05e0ef5a2508e832a5de03b830 /Lib/unittest/mock.py | |
parent | 72b1004657e60c900e4cd031b2635b587f4b280e (diff) | |
download | cpython-git-8a4cd700a7426341c2074a2b580306d2d60ec839.tar.gz |
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.
Diffstat (limited to 'Lib/unittest/mock.py')
0 files changed, 0 insertions, 0 deletions