]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Jun 2016 06:35:13 +0000 (09:35 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Jun 2016 06:35:13 +0000 (09:35 +0300)
commitcf2ad555113e4afc6f8cd5ac5235deef6a3fdf82
tree902999b38abc5e4f99f7d101e6fb0bc3dd3212a2
parent52855452711eb2df1900470d387b58dede3ac941
parent3c317e76a2fe78896b546e08fa753075463e7d41
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode.  Calling
function with generalized unpacking (PEP 448) and conflicting keyword names
could cause undefined behavior.
Lib/importlib/_bootstrap_external.py
Lib/test/test_unpack_ex.py
Misc/NEWS
PC/launcher.c
Python/compile.c
Python/importlib_external.h