Python how to pass infinite timeout to threading.Timer’s interval argument
I am using a threading.Timer and am trying to pass in math.inf (+infinity) to its interval argument. Please see the below sample code and traceback for exactly what I mean. My questions are: How can …