I have a couple of timers running that under certain conditions get canceled. I was rather under the impression that after calling self.cancel_timer(handle) the handle would in fact be set to None.
But I’m not seeing this… Is there a reason for this? Or is it an unintended feature?
Just to be clear on terminology, the handle may be set to none but any variable you have in your app referring to the handle will still have its value set.