diff options
author | Robert Collins <rbtcollins@hp.com> | 2015-07-14 23:42:28 (GMT) |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2015-07-14 23:42:28 (GMT) |
commit | b37f43f94b693468d8b3b9dfc84b1930c52a1b61 (patch) | |
tree | 172fa92019a9728252f64417321ecb9fee36cef4 /Misc | |
parent | acb3a4d88bdee64096ed4f00c9d464b6b4513658 (diff) | |
download | cpython-b37f43f94b693468d8b3b9dfc84b1930c52a1b61.zip cpython-b37f43f94b693468d8b3b9dfc84b1930c52a1b61.tar.gz cpython-b37f43f94b693468d8b3b9dfc84b1930c52a1b61.tar.bz2 |
- Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely.
Patch from Nicola Palumbo and Laurent De Buyst.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 2 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -1533,3 +1533,5 @@ Tarek Ziadé Gennadiy Zlobin Doug Zongker Peter Åstrand +Laurent De Buyst +Nicola Palumbo @@ -66,6 +66,9 @@ Core and Builtins Library ------- +- Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. + Patch from Nicola Palumbo and Laurent De Buyst. + - Issue #24608: chunk.Chunk.read() now always returns bytes, not str. - Issue #18684: Fixed reading out of the buffer in the re module. |