]> granicus.if.org Git - python/commit
SF Patch #103250, by pj99: Optimize a strspn() out of startup.
authorGuido van Rossum <guido@python.org>
Fri, 19 Jan 2001 00:24:06 +0000 (00:24 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Jan 2001 00:24:06 +0000 (00:24 +0000)
commitfc5ce61abd7f21c2674afc49cc1f2659bef2aa20
tree1f03046066dd5a336a9df6330bd263052f15eac0
parent2312024eb734a82bd9f190d21a18f693c5815725
SF Patch #103250, by pj99: Optimize a strspn() out of startup.

Minor startup speedup: avoid a call to strspn().
Python/compile.c