]> granicus.if.org Git - python/commit
vgetargskeywords: The keywords arg is a dict (if non-NULL), so use the
authorTim Peters <tim.peters@gmail.com>
Sat, 27 Oct 2001 05:50:39 +0000 (05:50 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 27 Oct 2001 05:50:39 +0000 (05:50 +0000)
commit077f574db1b76484690fd46ddf342ec7e80f929a
tree3020beca10900040aafca12fa36adb400af27532
parent61dde63e3bdcdca9e352ec91442137e9ace5f75d
vgetargskeywords:  The keywords arg is a dict (if non-NULL), so use the
dict API everywhere on it instead of sometimes using the slower mapping
API.
Python/getargs.c