commit | ea3fdf44a29accd666a3b5f058539c351d921657 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Dec 29 16:33:45 2002 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Dec 29 16:33:45 2002 +0000 |
tree | abf57eaa340195873a649d2d42d50e0dba856064 | |
parent | f8bcfb13f126d3990dbccecb48a3d74b11e7841e [diff] |
SF patch #659536: Use PyArg_UnpackTuple where possible. 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.