summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2021-11-04-20-03-32.bpo-45678.1xNMjN.rst
blob: 736d5f65f961b411e8c40c4e387d70728870bd15 (plain)
1
2
3
Add tests for scenarios in which :class:`functools.singledispatchmethod` is
stacked on top of a method that has already been wrapped by two other
decorators. Patch by Alex Waygood.