This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Livius, akira, python-dev, shankarunni, vstinner, yselivanov
Date 2021-09-20.21:29:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632173385.77.0.94985466148.issue21302@roundup.psfhosted.org>
In-reply-to
Content
wait.py: script to test the time.sleep() function. Press CTRL+C multiple times during the sleep to check that even if the sleep is interrupted, time.sleep() sleeps the expected duration.
History
Date User Action Args
2021-09-20 21:29:45vstinnersetrecipients: + vstinner, akira, python-dev, yselivanov, shankarunni, Livius
2021-09-20 21:29:45vstinnersetmessageid: <1632173385.77.0.94985466148.issue21302@roundup.psfhosted.org>
2021-09-20 21:29:45vstinnerlinkissue21302 messages
2021-09-20 21:29:45vstinnercreate