[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

python/cpython

DinoV

The Wayback Machine - http://web.archive.org/web/20200129000940/https://github.com/python/cpython/commits/master

Permalink

Commits on Jan 28, 2020

Commits on Jan 27, 2020

  1. 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.

Commits on Jan 26, 2020

Commits on Jan 25, 2020