diff options
-rw-r--r-- | Doc/ACKS.txt | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Doc/ACKS.txt b/Doc/ACKS.txt index 69735ca..26f7ea9 100644 --- a/Doc/ACKS.txt +++ b/Doc/ACKS.txt @@ -236,4 +236,3 @@ docs@python.org), and we'll be glad to correct the problem. * Moshe Zadka * Milan Zamazal * Cheng Zhang - * Chris McDonough @@ -120,6 +120,9 @@ Core and Builtins Library ------- +- Issue #15881: Fixed atexit hook in multiprocessing. Original patch + by Chris McDonough. + - Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. This was a regression caused by the hash randomization patch. |