mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
8a4cd700a7
* 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.
Miscellaneous source files for the main Python shared library