Files
cpython/Python/getargs.c
Thomas Wouters 689f4fa2c4 Backport Jeremy's checkin 2.57:
vgetargs1() and vgetargskeywords(): Replace uses of PyTuple_Size() and
PyTuple_GetItem() with PyTuple_GET_SIZE() and PyTuple_GET_ITEM().
The code has already done a PyTuple_Check().
2001-06-27 13:11:09 +00:00

29 KiB