]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport Jeremy's checkin 2.57:
authorThomas Wouters <thomas@python.org>
Wed, 27 Jun 2001 13:11:09 +0000 (13:11 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 27 Jun 2001 13:11:09 +0000 (13:11 +0000)
commit689f4fa2c439f0100e512c9d90f9254f4d587f00
tree72253057677eb7e0d53b3b308f8d8b7e718492ec
parent7a5b674721161bdc60d375cde69b9372539f9191
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().
Python/getargs.c