[issue3301] DoS when lo is negative in bisect.insort_right() / _left()

Georg Brandl report at bugs.python.org
Sun Jul 6 19:01:20 CEST 2008


Georg Brandl <georg at python.org> added the comment:

The same is true for all other _bisect functions.

The pure Python versions from bisect work with negative indices by
interpreting them as in slice notation. This should probably be harmonized.

----------
assignee:  -> rhettinger
nosy: +georg.brandl, rhettinger

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


More information about the Python-bugs-list mailing list