commit | 5bedef3e64825c65e7bae51d2aea73f8bea34dd8 | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Sun Sep 09 13:31:08 2012 -0400 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Sun Sep 09 13:31:08 2012 -0400 |
tree | f43636e7433780c3fab8cd2696a1f7b85b6f0015 | |
parent | 36351564a252d396fcaeb63b785b21226bfacd67 [diff] [blame] |
Issue #15881: Fixed 3.2 backport.
diff --git a/Lib/multiprocessing/util.py b/Lib/multiprocessing/util.py index 5e501bd..20bba37 100644 --- a/Lib/multiprocessing/util.py +++ b/Lib/multiprocessing/util.py
@@ -294,6 +294,8 @@ global _exiting if not _exiting: + _exiting = True + info('process shutting down') debug('running all "atexit" finalizers with priority >= 0') _run_finalizers(0)