cpython/Misc/NEWS.d/next/Library/2019-06-11-00-35-02.bpo-364...

5 lines
234 B
ReStructuredText

Fix a race condition at Python shutdown when waiting for threads. Wait until
the Python thread state of all non-daemon threads get deleted (join all
non-daemon threads), rather than just wait until non-daemon Python threads
complete.