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 asvetlov
Recipients asvetlov, kappa, yselivanov
Date 2020-11-26.12:13:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606392784.6.0.0979352385431.issue42466@roundup.psfhosted.org>
In-reply-to
Content
Because you have `test.start()` and immediately finish the script.

The interpreted goes to *shutdown* state and implicitly waits for `test.join()` because the test thread is not a daemon.
History
Date User Action Args
2020-11-26 12:13:04asvetlovsetrecipients: + asvetlov, yselivanov, kappa
2020-11-26 12:13:04asvetlovsetmessageid: <1606392784.6.0.0979352385431.issue42466@roundup.psfhosted.org>
2020-11-26 12:13:04asvetlovlinkissue42466 messages
2020-11-26 12:13:04asvetlovcreate