[issue7458] crash in str.rfind() with an invalid start value

STINNER Victor report at bugs.python.org
Tue Dec 8 19:07:30 CET 2009


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

flox> Actually the "find" method was not broken.

Oh, you're right, str.find() was already fixed by r66631 (related to
issue #3967). I prefer your patch flox ;-)

I fixed this issue title.

----------
title: crash in str.find() and str.rfind() with invalid start value -> crash in str.rfind() with an invalid start value

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7458>
_______________________________________


More information about the Python-bugs-list mailing list