]> granicus.if.org Git - python/commit
Fix bug 581232 - [Windows] Can not interrupt time.sleep()
authorMark Hammond <mhammond@skippinet.com.au>
Tue, 16 Jul 2002 01:29:19 +0000 (01:29 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Tue, 16 Jul 2002 01:29:19 +0000 (01:29 +0000)
commit975e3921aeee512fabf3d4cdf068d7723f163b2b
treeb116c3bbd3dd6503ed4db16728d1bb55bbede16f
parent0756a5e97affde3bd6f8a87b1e5594393fafc114
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.
Modules/timemodule.c