Message209913
> 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. |
|
Date |
User |
Action |
Args |
2014-02-01 19:21:14 | yselivanov | set | recipients:
+ yselivanov, terry.reedy, ncoghlan, pitrou, scoder, larry, benjamin.peterson, eric.araujo, python-dev |
2014-02-01 19:21:14 | yselivanov | set | messageid: <1391282474.29.0.834513582354.issue17159@psf.upfronthosting.co.za> |
2014-02-01 19:21:14 | yselivanov | link | issue17159 messages |
2014-02-01 19:21:14 | yselivanov | create | |
|