]> granicus.if.org Git - python/commit
Switched from METH_VARARGS to METH_NOARGS for the 7 module functions that
authorTim Peters <tim.peters@gmail.com>
Sun, 6 Apr 2003 01:50:50 +0000 (01:50 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 6 Apr 2003 01:50:50 +0000 (01:50 +0000)
commit50c61d5a6c2c551b31270d78b9e53ccef3fdf7a8
tree7d4d923ca3ff6d4e578e27650b61b632a95bc95b
parentbf384c256e0513eba7bc59cc5f8fa36b34c62c96
Switched from METH_VARARGS to METH_NOARGS for the 7 module functions that
take no arguments; cuts generated code size.
Modules/gcmodule.c