summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2017-07-10-12-14-22.bpo-30886.nqQj34.rst
blob: fedd6cd04741fd32ae728f9938cf2d244271041e (plain)
1
2
3
Fix multiprocessing.Queue.join_thread(): it now waits until the thread
completes, even if the thread was started by the same process which created
the queue.