Nate Atkinson added the comment:
To be clear-- is_alive() doesn't *always* return True. It returns True until
.join() is called.
Python 3.6.7 (default, Oct 22 2018, 11:32:17)
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" f
New submission from Nate Atkinson :
Here's what I expect to happen (Python2 behavior):
Python 2.7.14+ (default, Dec 5 2017, 15:17:02)
[GCC 7.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from
Nate Atkinson added the comment:
I notice that I maybe have inadvertently assigned this to the wrong group. I
suspect that this should apply to the "Library" rather than "Core". Sorry!
--
___
Python tracker
<https://bug