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, nedbat, r.david.murray, yselivanov
Date 2016-06-02.19:49:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464896956.94.0.206376221026.issue19611@psf.upfronthosting.co.za>
In-reply-to
Content
Jelle, regarding your patch: it would probably be a good idea to only accept ".0"-like names for POSITIONAL_ONLY parameters.  Since functions with positional-only parameters can only be created in C, that should make inspect.Parameter less error prone.

David, maybe this is something that can be fixed using the Arguments Clinic?  I'm not sure how to feel about parsing ".0" for parameter names.
History
Date User Action Args
2016-06-02 19:49:17yselivanovsetrecipients: + yselivanov, nedbat, r.david.murray, JelleZijlstra
2016-06-02 19:49:16yselivanovsetmessageid: <1464896956.94.0.206376221026.issue19611@psf.upfronthosting.co.za>
2016-06-02 19:49:16yselivanovlinkissue19611 messages
2016-06-02 19:49:16yselivanovcreate