[issue43006] Changed behaviour of inspect.signature() in Python 3.10

Guido van Rossum report at bugs.python.org
Sat Jan 23 12:53:43 EST 2021


Guido van Rossum <guido at python.org> added the comment:

Note that this may be solved in a different way *if* PEP 649 is accepted. This was discussed extensively on python-dev last week. It would roll back the stringification of PEP 563 (unless `from __future__ import annotations` is used, which would be deprecated).

----------
nosy: +larry

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43006>
_______________________________________


More information about the Python-bugs-list mailing list