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 sylikc
Recipients eryksun, paul.moore, pitrou, steve.dower, sylikc, tim.golden, zach.ware
Date 2021-04-09.18:28:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617992899.68.0.498549345069.issue43784@roundup.psfhosted.org>
In-reply-to
Content
eryksun, wow, that's speedy analysis, but there might be more to it.  I went and tested a bunch of test cases.  my subrocess code doesn't seem to hang on Linux where the thread example code does?

Linux - Python 3.6.8 - your threading example DOESN'T hang
Linux - Python 3.6.8 - My subprocess code also DOESN'T hang

Linux - Python 3.8.5 - thread example HANGs
Linux - Python 3.8.5 - My subprocess code also DOESN'T hang

Windows - Python 3.9.1 - thread example HANGs
Windows - Python 3.9.1 - subprocess code HANGs
History
Date User Action Args
2021-04-09 18:28:19sylikcsetrecipients: + sylikc, paul.moore, pitrou, tim.golden, zach.ware, eryksun, steve.dower
2021-04-09 18:28:19sylikcsetmessageid: <1617992899.68.0.498549345069.issue43784@roundup.psfhosted.org>
2021-04-09 18:28:19sylikclinkissue43784 messages
2021-04-09 18:28:19sylikccreate