Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Objects
stringlib
count.h
Find file
Blame
History
Permalink
#3967: Correct a crash in count() and find() methods of string-like objects.
· b50f9926
Amaury Forgeot d'Arc
authored
Sep 26, 2008
For example: "".count("xxxx", sys.maxint, 0) Backport of r66631.
b50f9926