cpython/Misc/NEWS.d/next/Library/2024-02-27-10-22-15.gh-issu...

4 lines
162 B
ReStructuredText

Removed extra preprocessing for the ``__signature__`` attribute: the code
just check if it's a :class:`inspect.Signature` instance. Patch by Sergey B
Kirpichev.