Changes between Version 1 and Version 2 of Ticket #1919


Ignore:
Timestamp:
Nov 27, 2018, 11:43:34 AM (5 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1919 – Description

    v1 v2  
    2323    def __init__(self, low, high=None):
    2424
    25 I think it's stuck in an infinite loop:
     25It seems it's stuck in an infinite loop:
    2626
    2727294                          while (resolution > 0 and high <= stop) or (resolution < 0 and stop <= high):