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 Pyjeet
Recipients Pyjeet, terry.reedy
Date 2019-12-25.17:41:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577295685.26.0.995462727475.issue39133@roundup.psfhosted.org>
In-reply-to
Content
Threading library's Thread and start functions not showing predicted result on idle. Especially, newline is not invoked between two threads while sometimes gets invoked in result. Often, running of code stops after thread ends i.e no further execution. Version - 3.8.0 exe installer
History
Date User Action Args
2019-12-25 17:41:25Pyjeetsetrecipients: + Pyjeet, terry.reedy
2019-12-25 17:41:25Pyjeetsetmessageid: <1577295685.26.0.995462727475.issue39133@roundup.psfhosted.org>
2019-12-25 17:41:25Pyjeetlinkissue39133 messages
2019-12-25 17:41:24Pyjeetcreate