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, serhiy.storchaka, skrah, vstinner
Date 2017-02-06.14:01:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486389682.52.0.514059040946.issue29301@psf.upfronthosting.co.za>
In-reply-to
Content
> If the API can still change (msg287083), I think I'll wait with this until shortly before 3.7 beta.

I do not understand why Serhiy keeps repeating that the API is going to change, I have no such plan. IMHO the FASTCALL API is now very well defined: (PyObject **args, Py_ssize_t nargs, PyObject *kwnames), and helper functions are now well tested.

We might optimize Argument Clinic further, but for decimal, it seems like it's a no-no and that direct usage of METH_FASTCALL is preferred.

So no, I don't plan or expect any API change.
History
Date User Action Args
2017-02-06 14:01:22vstinnersetrecipients: + vstinner, rhettinger, skrah, serhiy.storchaka
2017-02-06 14:01:22vstinnersetmessageid: <1486389682.52.0.514059040946.issue29301@psf.upfronthosting.co.za>
2017-02-06 14:01:22vstinnerlinkissue29301 messages
2017-02-06 14:01:22vstinnercreate