cpython/Misc/NEWS.d/next/Library/2024-06-10-14-00-40.gh-issu...

3 lines
124 B
ReStructuredText

Fix :func:`unittest.mock.patch` to not read attributes of the target when
``new_callable`` is set. Patch by Robert Collins.