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 yselivanov
Recipients benjamin.peterson, eric.araujo, larry, ncoghlan, pitrou, python-dev, scoder, terry.reedy, yselivanov
Date 2014-02-01.19:21:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391282474.29.0.834513582354.issue17159@psf.upfronthosting.co.za>
In-reply-to
Content
> That's one way of looking at it. The way I see it is that CPython's builtin
> functions should rather behave exactly like Python functions. The fact that
> there is such a thing as a "__text_signature__" and general special casing
> of builtins is IMHO a rather annoying but truly long standing bug. The only
> necessary difference is that one of them contains byte code and the other
> doesn't, everything else should eventually be aligned.

I see your point. I think that modifying 'from_builtin' as I suggested in my previous comment is the right thing to do. I'll make a new patch soon.
History
Date User Action Args
2014-02-01 19:21:14yselivanovsetrecipients: + yselivanov, terry.reedy, ncoghlan, pitrou, scoder, larry, benjamin.peterson, eric.araujo, python-dev
2014-02-01 19:21:14yselivanovsetmessageid: <1391282474.29.0.834513582354.issue17159@psf.upfronthosting.co.za>
2014-02-01 19:21:14yselivanovlinkissue17159 messages
2014-02-01 19:21:14yselivanovcreate