Guido van Rossum <gu...@python.org> added the comment:

Raymond, the bug must be in the Python code in inspect.py. Could you dig a 
little deeper there? I don't know much about it. Specifically I think the 
problem may just be in the repr() of class Parameter:

>>> inspect.signature(g).parameters['s']             
<Parameter "s: list">
>>> inspect.signature(g).parameters['s'].annotation
list[float]
>>>

----------
nosy: +kj

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45438>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to