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 Mark.Shannon
Recipients Mark.Shannon, mark.dickinson, vstinner
Date 2021-03-31.15:56:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617206171.8.0.0795274784968.issue43682@roundup.psfhosted.org>
In-reply-to
Content
Isn't the problem that Python functions are (non-overriding) descriptors, but builtin-functions are not descriptors?
Changing static methods is not going to fix that.

How about adding wrappers to make Python functions behave like builtin functions and vice versa?
History
Date User Action Args
2021-03-31 15:56:11Mark.Shannonsetrecipients: + Mark.Shannon, mark.dickinson, vstinner
2021-03-31 15:56:11Mark.Shannonsetmessageid: <1617206171.8.0.0795274784968.issue43682@roundup.psfhosted.org>
2021-03-31 15:56:11Mark.Shannonlinkissue43682 messages
2021-03-31 15:56:11Mark.Shannoncreate