]> granicus.if.org Git - python/commit
Two fixes for extended call syntax:
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 30 Mar 2000 23:55:31 +0000 (23:55 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 30 Mar 2000 23:55:31 +0000 (23:55 +0000)
commit074c3e62d155349a69442f43e81a73883f222ea9
tree50a773b1a903857944554bb06372decdf5addb3d
parentaaf0ab26ed4fd02da874a9d2eee68b7c64e8377d
Two fixes for extended call syntax:
If a non-tuple sequence is passed as the *arg, convert it to a tuple
before checking its length.
If named keyword arguments are used in combination with **kwargs, make
a copy of kwargs before inserting the new keys.
Lib/test/output/test_extcall
Lib/test/test_extcall.py
Python/ceval.c