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 JelleZijlstra, ncoghlan, nedbat, r.david.murray, serhiy.storchaka, yselivanov
Date 2016-06-02.22:03:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464905023.99.0.666947797716.issue19611@psf.upfronthosting.co.za>
In-reply-to
Content
> I chatted to Brett Cannon about it, and we agree inspect should handle the implicit functions generated by the compiler, even if those signatures can't be expressed in normal Python code.

Can we make ".0" parameters positional-only then?  
And rename ".{digit}" into "arg{digit}"?
History
Date User Action Args
2016-06-02 22:03:44yselivanovsetrecipients: + yselivanov, ncoghlan, nedbat, r.david.murray, serhiy.storchaka, JelleZijlstra
2016-06-02 22:03:43yselivanovsetmessageid: <1464905023.99.0.666947797716.issue19611@psf.upfronthosting.co.za>
2016-06-02 22:03:43yselivanovlinkissue19611 messages
2016-06-02 22:03:43yselivanovcreate