summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-06-11-00-35-02.bpo-36402.b0IJVp.rst
blob: 3bc537e40ff6973fbba261b96b44148c9366bd49 (plain)
1
2
3
4
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.