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 ncoghlan
Recipients JelleZijlstra, ncoghlan, nedbat, r.david.murray, serhiy.storchaka, yselivanov
Date 2016-06-02.23:35:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464910536.37.0.797271942033.issue19611@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I see what you mean, now - we can special case the compiler-generated ".N" names when extracting the signature.

I like it - make the claimed parameter something like "implicit0" instead of ".0", mention that in the note on the docs, and folks may have some chance of working out what's going on if they manage to stumble across this behaviour.
History
Date User Action Args
2016-06-02 23:35:36ncoghlansetrecipients: + ncoghlan, nedbat, r.david.murray, serhiy.storchaka, yselivanov, JelleZijlstra
2016-06-02 23:35:36ncoghlansetmessageid: <1464910536.37.0.797271942033.issue19611@psf.upfronthosting.co.za>
2016-06-02 23:35:36ncoghlanlinkissue19611 messages
2016-06-02 23:35:36ncoghlancreate