]> granicus.if.org Git - python/commit
Make use of METH_O and METH_NOARGS where possible.
authorGeorg Brandl <georg@python.org>
Mon, 29 May 2006 21:04:52 +0000 (21:04 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 29 May 2006 21:04:52 +0000 (21:04 +0000)
commit96a8c3954cbdb186bc567a490dad8987508ce268
tree4d6516790abcd566c43418e4c9b02e9c52cf9f2f
parentfd9a4b19e9c77e9ccc3e7fcb57051cf160c0df6d
Make use of METH_O and METH_NOARGS where possible.
Use Py_UnpackTuple instead of PyArg_ParseTuple where possible.
26 files changed:
Modules/_bsddb.c
Modules/_codecsmodule.c
Modules/_hashopenssl.c
Modules/_hotshot.c
Modules/_localemodule.c
Modules/_sre.c
Modules/cPickle.c
Modules/cjkcodecs/multibytecodec.c
Modules/dbmmodule.c
Modules/gdbmmodule.c
Modules/linuxaudiodev.c
Modules/mmapmodule.c
Modules/ossaudiodev.c
Modules/posixmodule.c
Modules/pyexpat.c
Modules/resource.c
Modules/selectmodule.c
Modules/sha256module.c
Modules/sha512module.c
Modules/shamodule.c
Modules/socketmodule.c
Modules/syslogmodule.c
Modules/threadmodule.c
Modules/timemodule.c
Objects/genobject.c
Python/sysmodule.c