Fix bug 581232 - [Windows] Can not interrupt time.sleep()
time.sleep() will now be interrupted on the main thread when Ctrl+C is pressed. Other threads are never interrupted.
Showing
Please
register
or
sign in
to comment
time.sleep() will now be interrupted on the main thread when Ctrl+C is pressed. Other threads are never interrupted.