Issue #15881: Fixed atexit hook in multiprocessing.

This commit is contained in:
Alexander Belopolsky 2012-09-09 13:16:15 -04:00
parent 47bcfff26b
commit 59fb38b582
2 changed files with 37 additions and 14 deletions

View file

@ -236,3 +236,4 @@ docs@python.org), and we'll be glad to correct the problem.
* Moshe Zadka
* Milan Zamazal
* Cheng Zhang
* Chris McDonough