Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 193 Bytes

2020-04-04-00-47-40.bpo-40126.Y-bTNP.rst

File metadata and controls

3 lines (3 loc) · 193 Bytes

Fixed reverting multiple patches in unittest.mock. Patcher's __exit__() is now never called if its __enter__() is failed. Returning true from __exit__() silences now the exception.