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 vstinner
Recipients rhettinger, scoder, serhiy.storchaka, skrah, vstinner
Date 2017-06-12.14:48:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497278937.2.0.712794825716.issue29464@psf.upfronthosting.co.za>
In-reply-to
Content
> Also with that, many implementors will not want to care about keyword arguments and would thus appreciate it if they didn't have to. Forcing them to test for keyword arguments and raising the correct error for it (with the correct and consistent message) seems an entirely unnecessary imposition.

Ah, I took the habit of using Argument Clinic, so I don't have to both to thing anymore :-) But yes, writing manually the PyArg_XXX() code is boring and error-prone, I agree.
History
Date User Action Args
2017-06-12 14:48:57vstinnersetrecipients: + vstinner, rhettinger, scoder, skrah, serhiy.storchaka
2017-06-12 14:48:57vstinnersetmessageid: <1497278937.2.0.712794825716.issue29464@psf.upfronthosting.co.za>
2017-06-12 14:48:57vstinnerlinkissue29464 messages
2017-06-12 14:48:57vstinnercreate