cpython/Misc/NEWS.d/next/Core and Builtins/2024-05-31-08-23-41.gh-issu...

4 lines
197 B
ReStructuredText

:func:`classmethod` and :func:`staticmethod` now wrap the
:attr:`__annotations__` and :attr:`!__annotate__` attributes of their
underlying callable lazily. See :pep:`649`. Patch by Jelle Zijlstra.