]> granicus.if.org Git - python/commit
PyArg_ParseTupleAndKeywords: do basic sanity checks on the arguments,
authorTim Peters <tim.peters@gmail.com>
Sat, 27 Oct 2001 03:58:40 +0000 (03:58 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 27 Oct 2001 03:58:40 +0000 (03:58 +0000)
commit45772cde7e6d936cb37a4762eba3ca23c0b1c667
treed808640b773682c0ac4367fc69e6b977f1f79844
parenta9f4739a1b315417d5b79055a64ee8dd11d1b173
PyArg_ParseTupleAndKeywords:  do basic sanity checks on the arguments,
and raise an error if they're insane.
vgetargskeywords:  the same, except that since this is an internal routine,
just assert that the arguments are sane.
Python/getargs.c