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 mauvilsa
Recipients gvanrossum, hongweipeng, mauvilsa
Date 2021-07-17.09:42:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626514960.31.0.56394019677.issue44618@roundup.psfhosted.org>
In-reply-to
Content
Also happens in python 3.10.

=== Python 3.10.0b4 ===
(*args, **kwargs)
(self, /, *args, **kwargs)
Traceback (most recent call last):
...
ValueError: no signature found for builtin type <class 'datetime.timedelta'>
History
Date User Action Args
2021-07-17 09:42:40mauvilsasetrecipients: + mauvilsa, gvanrossum, hongweipeng
2021-07-17 09:42:40mauvilsasetmessageid: <1626514960.31.0.56394019677.issue44618@roundup.psfhosted.org>
2021-07-17 09:42:40mauvilsalinkissue44618 messages
2021-07-17 09:42:40mauvilsacreate