]> granicus.if.org Git - python/commit
Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTuple
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 31 Mar 2002 15:43:28 +0000 (15:43 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 31 Mar 2002 15:43:28 +0000 (15:43 +0000)
commitb82d34f91eb2f43000cf7a8249aa74cc6b13d060
tree1c3886ca9e236deca2327553c6351e50f0b64e3b
parentba3a16c6c3d3da0903873e9464dbc540eaeda1f7
Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTuple
Please review for correctness.
Modules/bsddbmodule.c
Modules/dlmodule.c
Modules/imgfile.c