[Patches] [ python-Patches-659536 ] Use PyArg_UnpackTuple where possible
noreply@sourceforge.net
noreply@sourceforge.net
Sat, 28 Dec 2002 16:46:35 -0800
Patches item #659536, was opened at 2002-12-28 19:46
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=659536&group_id=5470
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Raymond Hettinger (rhettinger)
Assigned to: Nobody/Anonymous (nobody)
Summary: Use PyArg_UnpackTuple where possible
Initial Comment:
Obtain cleaner coding and a system wide
performance boost by using the fast, pre-parsed
PyArg_Unpack function instead of PyArg_ParseTuple
function which is driven by a format string.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=659536&group_id=5470