[issue44618] inspect.signature does not work for datetime classes

Guido van Rossum report at bugs.python.org
Wed Jul 14 11:50:43 EDT 2021


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

You're right, it seems specific to built-in *classes* like those in datetime. We get the same with inspect.signature(int), since int is also a built-in class.

I don't know who maintains inspect, but it's not me. :-(

----------

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


More information about the Python-bugs-list mailing list