This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients gvanrossum, mauvilsa
Date 2021-07-14.15:50:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626277843.74.0.0896192244425.issue44618@roundup.psfhosted.org>
In-reply-to
Content
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. :-(
History
Date User Action Args
2021-07-14 15:50:43gvanrossumsetrecipients: + gvanrossum, mauvilsa
2021-07-14 15:50:43gvanrossumsetmessageid: <1626277843.74.0.0896192244425.issue44618@roundup.psfhosted.org>
2021-07-14 15:50:43gvanrossumlinkissue44618 messages
2021-07-14 15:50:43gvanrossumcreate