[New-bugs-announce] [issue44755] cpython Lib bisect.py overflow (lo + hi) // 2 a problem?

David Duffy report at bugs.python.org
Tue Jul 27 21:05:16 EDT 2021


New submission from David Duffy <David.Duffy at qimr.edu.au>:

https://ai.googleblog.com/2006/06/extra-extra-read-all-about-it-nearly.html

led me to change to lo+(lo+hi)/2 - would this affect bisect.py???

----------
components: Library (Lib)
messages: 398337
nosy: David.Duffy
priority: normal
severity: normal
status: open
title: cpython Lib bisect.py overflow  (lo + hi) // 2 a problem?
type: behavior
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44755>
_______________________________________


More information about the New-bugs-announce mailing list