Commit b21d48da authored by Alexander Belopolsky's avatar Alexander Belopolsky

merge

parents 7f704c11 7330da42
...@@ -21,8 +21,15 @@ Core and Builtins ...@@ -21,8 +21,15 @@ Core and Builtins
Library Library
------- -------
- Issue #15876: Fix a refleak in the curses module: window.encoding. - Issue #15876: Fix a refleak in the curses module: window.encoding.
- 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.
- Issue #15841: The readable(), writable() and seekable() methods of BytesIO - Issue #15841: The readable(), writable() and seekable() methods of BytesIO
and StringIO objects now raise ValueError when the object has been closed. and StringIO objects now raise ValueError when the object has been closed.
Patch by Alessandro Moura. Patch by Alessandro Moura.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment