]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Switch to using METH_NOARGS where possible.
authorFred Drake <fdrake@acm.org>
Mon, 1 Apr 2002 14:28:58 +0000 (14:28 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 1 Apr 2002 14:28:58 +0000 (14:28 +0000)
commitacee69faf8b8d7be7ace312d13632c2752640152
tree57c4c80ee391b038c7d01486016c386346008381
parent43c9d8ad234dca4527cbcffaaf5c108fa21fb12c
Switch to using METH_NOARGS where possible.
Convert to use PyModule_*() instead of manipulating the module dict directly.
Modules/_testcapimodule.c