bisect_test: Use int for current_build in Bisector.Bisect
On python3, the division here results in a float, which fails later when the variable is used as a list index.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
On python3, the division here results in a float, which fails later when the variable is used as a list index.