#11866: Eliminate race condition in the computation of names for new threads.
authorR David Murray <rdmurray@bitdance.com>
Sat, 4 Oct 2014 21:43:54 +0000 (17:43 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 4 Oct 2014 21:43:54 +0000 (17:43 -0400)
commitb186f1df41da42d774ac9278588acc2bd11a59a8
tree9c6735dea3e1273a09558550e753345e7e2eab10
parente1618491adc5c0ef214c25d4e3b882e8586a2fee
#11866: Eliminate race condition in the computation of names for new threads.

Original patch by Peter Saveliev.
Lib/threading.py
Misc/NEWS