summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2022-05-03-11-32-29.gh-issue-91803.pI4Juv.rst
blob: 14829e8fe7777bbbfe528e65d3435a42b78455b0 (plain)
1
2
3
Fix an error when using a method of objects mocked with
:func:`unittest.mock.create_autospec` after it was sealed with
:func:`unittest.mock.seal` function.