[issue26653] bisect raises a TypeError when hi is None

Xiang Zhang report at bugs.python.org
Mon Mar 28 00:34:27 EDT 2016


Xiang Zhang added the comment:

The C version bisect_right can only accept number as hi, which conflicts with the python version using None as the default value.

----------
nosy: +xiang.zhang

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


More information about the Python-bugs-list mailing list