diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-03-31 15:27:00 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-03-31 15:27:00 +0000 |
commit | 81bea7c04c588b2dfcd68810dcdd0d3ed4d10e64 (patch) | |
tree | 0c20df62499c29cddcd34b14fd9c6cd588a0daf9 /Python/pythonrun.c | |
parent | 467d11d4c82d7a79c8388a3ea7c025c02f4dc572 (diff) | |
download | cpython-81bea7c04c588b2dfcd68810dcdd0d3ed4d10e64.tar.gz |
Remove METH_OLDARGS:
Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTuple
Convert METH_OLDARGS -> METH_NOARGS: remove args parameter
Please review. All tests pass, but some modules don't have tests.
I spot checked various functions to try to make sure nothing broke.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions