Issue #15881: Fixed atexit hook in multiprocessing.

This commit is contained in:
Alexander Belopolsky 2012-09-09 13:20:58 -04:00
parent 5497295917
commit f36c49d124
2 changed files with 32 additions and 8 deletions

View file

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