commit | b50f9926ca1a6d9e55871979e494511db4bc9da4 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Sep 26 22:46:01 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Sep 26 22:46:01 2008 +0000 |
tree | d075eb4550f9352f5704b86fb3ec425cb2f65e85 | |
parent | 4235e6f1117e6b35d183bf46487261d762486b1a [diff] |
#3967: Correct a crash in count() and find() methods of string-like objects. For example: "".count("xxxx", sys.maxint, 0) Backport of r66631.