New submission from Georg Brandl:

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.

----------
assignee: larry
messages: 208007
nosy: georg.brandl, larry
priority: normal
severity: normal
status: open
title: Argument Clinic: use PyTuple_GET_SIZE?

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20234>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to