summaryrefslogtreecommitdiffstats
path: root/Python/errors.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-30 05:44:10 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-30 05:44:10 (GMT)
commit74608f8b8aa571089f8170b0d80bae6746b16f28 (patch)
treefaadca1f384f4bbfdb11c28937ade48ee973ca8c /Python/errors.c
parent786205e38547f617103526a7d5a9385c26aa4b4f (diff)
downloadcpython-74608f8b8aa571089f8170b0d80bae6746b16f28.zip
cpython-74608f8b8aa571089f8170b0d80bae6746b16f28.tar.gz
cpython-74608f8b8aa571089f8170b0d80bae6746b16f28.tar.bz2
Oops, big glitch. Charles had put a 1 in the column for argument list
type for all functions. However many function call PyArg_Parse() and need a 0. This is so that when they didn't change anything, the can do Py_INCREF(args); return args. Reverted this back. For atof(), there's no reason not to use PyArg_ParseTuple(), so I changed the code (atoi and atol already used that).
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions