◐ Shell
clean mode source ↗

Message 201700 - Python tracker

Message201700

Author vstinner
Recipients Arfrever, python-dev, vstinner
Date 2013-10-29.23:53:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383090831.94.0.14764585177.issue19442@psf.upfronthosting.co.za>
In-reply-to
Content
warn_shutdown.py: example of script emitting warning at shutdown. Depending on the timing, the warning is shown or not (replace "if 0:" with "if 1:" to always display the warning). This example is a simplified example of the original crasher: test_threading.test_4_daemon_threads().
History
Date User Action Args
2013-10-29 23:53:51vstinnersetrecipients: + vstinner, Arfrever, python-dev
2013-10-29 23:53:51vstinnersetmessageid: <1383090831.94.0.14764585177.issue19442@psf.upfronthosting.co.za>
2013-10-29 23:53:51vstinnerlinkissue19442 messages
2013-10-29 23:53:51vstinnercreate