#3967: Correct a crash in count() and find() methods of string-like objects.
For example: "".count("xxxx", sys.maxint, 0) Backport of r66631.
Showing
Please register or sign in to comment
For example: "".count("xxxx", sys.maxint, 0) Backport of r66631.