]> granicus.if.org Git - python/commit
Use a faster way to check for null bytes in the string argument for
authorGuido van Rossum <guido@python.org>
Fri, 13 Mar 1998 21:30:14 +0000 (21:30 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 13 Mar 1998 21:30:14 +0000 (21:30 +0000)
commit8f74571596e23a1742d393532968cd727771c535
tree87f3157e1cf9174750abe85b9192ca087b77d480
parent677fc843ea458642dfea59d7fc8644356d096c00
Use a faster way to check for null bytes in the string argument for
int(), long(), float().
Python/bltinmodule.c