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 larry, methane, serhiy.storchaka, vstinner
Date 2017-01-26.17:27:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485451644.48.0.172023468436.issue29300@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 2 converts most functions and methods to Argument Clinic, except of unpack() and unpack_into() which require "*args" support in Argument Clinic: see the issue #20291.
History
Date User Action Args
2017-01-26 17:27:24vstinnersetrecipients: + vstinner, larry, methane, serhiy.storchaka
2017-01-26 17:27:24vstinnersetmessageid: <1485451644.48.0.172023468436.issue29300@psf.upfronthosting.co.za>
2017-01-26 17:27:24vstinnerlinkissue29300 messages
2017-01-26 17:27:24vstinnercreate