commit | cf2ad555113e4afc6f8cd5ac5235deef6a3fdf82 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Jun 12 09:35:13 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Jun 12 09:35:13 2016 +0300 |
tree | 902999b38abc5e4f99f7d101e6fb0bc3dd3212a2 | |
parent | 52855452711eb2df1900470d387b58dede3ac941 [diff] | |
parent | 3c317e76a2fe78896b546e08fa753075463e7d41 [diff] |
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.