Staging
v0.5.1
https://github.com/python/cpython
Revision b50f9926ca1a6d9e55871979e494511db4bc9da4 authored by Amaury Forgeot d'Arc on 26 September 2008, 22:46:01 UTC, committed by Amaury Forgeot d'Arc on 26 September 2008, 22:46:01 UTC
For example:
   "".count("xxxx", sys.maxint, 0)

Backport of r66631.
1 parent 4235e6f
History
Tip revision: b50f9926ca1a6d9e55871979e494511db4bc9da4 authored by Amaury Forgeot d'Arc on 26 September 2008, 22:46:01 UTC
#3967: Correct a crash in count() and find() methods of string-like objects.
Tip revision: b50f992

README

back to top