SIGN IN SIGN UP

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.
R
Raymond Hettinger committed
ea3fdf44a29accd666a3b5f058539c351d921657
Parent: f8bcfb1