Staging
v0.5.1
https://github.com/python/cpython
Revision ea837931cf393aa0373ccfa1849b2a3d6e3cc6ea authored by Christian Heimes on 26 February 2008, 17:23:51 UTC, committed by Christian Heimes on 26 February 2008, 17:23:51 UTC
My tests don't show the promised speed up of 10%. The code is as fast as the old code for simple cases and slightly faster for complex cases with several of args and kwargs. But the patch simplifies the code, too.
1 parent ca37661
History
Tip revision: ea837931cf393aa0373ccfa1849b2a3d6e3cc6ea authored by Christian Heimes on 26 February 2008, 17:23:51 UTC
Patch #1691070 from Roger Upole: Speed up PyArg_ParseTupleAndKeywords() and improve error msg
Tip revision: ea83793
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.2 KB
LICENSE -rw-r--r-- 13.4 KB
Makefile.pre.in -rw-r--r-- 36.1 KB
README -rw-r--r-- 54.2 KB
configure -rwxr-xr-x 642.5 KB
configure.in -rw-r--r-- 98.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 28.1 KB
setup.py -rw-r--r-- 71.8 KB

README

back to top