mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
ea3fdf44a2
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.