Message403697
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]
>>> |
|
| Date |
User |
Action |
Args |
| 2021-10-11 22:21:18 | gvanrossum | set | recipients:
+ gvanrossum, rhettinger, levkivskyi, kj |
| 2021-10-11 22:21:18 | gvanrossum | set | messageid: <[email protected]> |
| 2021-10-11 22:21:18 | gvanrossum | link | issue45438 messages |
| 2021-10-11 22:21:17 | gvanrossum | create | |
|