]> granicus.if.org Git - python/commit
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Jun 2016 06:22:01 +0000 (09:22 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Jun 2016 06:22:01 +0000 (09:22 +0300)
commit3c317e76a2fe78896b546e08fa753075463e7d41
tree276a4ad8a5bb81afec80673cec93a76ab3f33974
parent4f8aaf644095fef61ba1104af0f07efe2a099079
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_extcall.py
Lib/test/test_unpack_ex.py
Misc/NEWS
PC/launcher.c
Python/compile.c
Python/importlib_external.h