Zac Hatfield-Dodds <[email protected]> added the comment:
Aaaand it looks like another problem I'm having is also related:
import inspect
class T(typing.TypedDict):
a: int
print(inspect.signature(T))
was `(*args, **kwargs)` and now raises `ValueError: no signature found for
builtin type <class 'dict'>`
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue43006>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com