commit | 3bd37bf86b1c9174eceb66c7c4506ce2912500da | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <[email protected]> | Fri Jan 03 08:24:58 2003 +0000 |
committer | Raymond Hettinger <[email protected]> | Fri Jan 03 08:24:58 2003 +0000 |
tree | e9f34e6cff171e584f6bc3faadd70ad5406d01cf | |
parent | 018d7466f1bafd2b44e928bb6eb3fd6bcf4b6018 [diff] |
SF patch 660559: Use METH_O and METH_NOARGS where possible Simplify code and speed access by using PyArg_UnpackTuple, METH_O and METH_NOARGS in three modules that can benefit from it.