]> granicus.if.org Git - python/commit
Use the simpler and faster PyArg_UnpackTuple() instead of
authorRaymond Hettinger <python@rcn.com>
Sat, 11 Oct 2003 19:32:18 +0000 (19:32 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 11 Oct 2003 19:32:18 +0000 (19:32 +0000)
commit56bb16f1b37bd51a4f1a9386523d66c8c14fd6f0
treeb68546cd210c101dec662b0963aa134c99675064
parentf34f2646a140c4b59ffcdeb7b55e61962b8bc249
Use the simpler and faster PyArg_UnpackTuple() instead of
PyArg_ParseTuple() where possible.
Objects/typeobject.c