This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients georg.brandl, larry
Date 2014-01-13.06:56:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389596202.96.0.0154982234114.issue20234@psf.upfronthosting.co.za>
In-reply-to
Content
In the presence of [ ] , clinic generates PyTuple_Size() calls.

Since argument tuples always are tuples, you can use the macro form PyTuple_GET_SIZE() to speed it up.
History
Date User Action Args
2014-01-13 06:56:43georg.brandlsetrecipients: + georg.brandl, larry
2014-01-13 06:56:42georg.brandlsetmessageid: <1389596202.96.0.0154982234114.issue20234@psf.upfronthosting.co.za>
2014-01-13 06:56:42georg.brandllinkissue20234 messages
2014-01-13 06:56:42georg.brandlcreate