• Victor Stinner's avatar
    Fix test_time on Windows · 9c72f9b3
    Victor Stinner yazdı
    * Filter values which would overflow on conversion to the C long type
      (for timeval.tv_sec).
    * Adjust also the message of OverflowError on PyTime conversions
    * test_time: add debug information if a timestamp conversion fails
    9c72f9b3
test_time.py 34.7 KB