inspect.getfullargspec still needs from __future__ import annotations #149975
Closed as duplicate of#141560
inspect.getfullargspec still needs from __future__ import annotations #149975
Bug report
Bug description:
This issue arose from micheles/decorator#177. In essence,
inspect.getfullargspecstill needsfrom __future__ import annotations. Example:CPython versions tested on:
3.14
Operating systems tested on:
Windows