Bug report
Bug description:
Caused by #104750
importqueueimportthreadingq=queue.Queue()
t=threading.Thread(target=q.get)
t.start()
q.shutdown()
t.join(timeout=10.0)
assertnott.is_alive() # raises AssertionError
Discovered here: #104228 (comment)
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
Bug report
Bug description:
Caused by #104750
Discovered here: #104228 (comment)
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs