diff options
author | Antoine Pitrou <pitrou@free.fr> | 2017-06-13 15:52:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-13 15:52:29 (GMT) |
commit | d09f1674d70dd84c5be37b5fe11bca4913146c6b (patch) | |
tree | 226f68bacd9e248d4ebf87d982228675d2b44203 /Python/formatter_string.c | |
parent | a51f12f154baef9e10698f43bd19b36d01af62f4 (diff) | |
download | cpython-d09f1674d70dd84c5be37b5fe11bca4913146c6b.zip cpython-d09f1674d70dd84c5be37b5fe11bca4913146c6b.tar.gz cpython-d09f1674d70dd84c5be37b5fe11bca4913146c6b.tar.bz2 |
[2.7] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2168)
* bpo-24484: Avoid race condition in multiprocessing cleanup
The finalizer registry can be mutated while inspected by multiprocessing
at process exit.
* Use test.support.start_threads()
* Add Misc/NEWS.
(cherry picked from commit 1eb6c0074d17f4fd425cacfdda893d65f5f77f0a)
Diffstat (limited to 'Python/formatter_string.c')
0 files changed, 0 insertions, 0 deletions