cpython/Misc/NEWS.d/next/Library/2023-04-03-23-44-34.gh-issu...

4 lines
178 B
ReStructuredText

Fixes :func:`unittest.mock.patch` not enforcing function signatures for methods
decorated with ``@classmethod`` or ``@staticmethod`` when patch is called with
``autospec=True``.