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 barry, docs@python, serhiy.storchaka, skrah, vstinner
Date 2017-10-04.15:16:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507130217.82.0.213398074469.issue28805@psf.upfronthosting.co.za>
In-reply-to
Content
> Can we please document these for Python 3.7 at least?

I chose to not document FASTCALL on purpose in Python 3.6, I wanted to keep everything private, until we get enough feedback and stabilize the API.

Recently, the FASTCALL API changed: METH_FASTCALL doesn't support keywords anymore. You have to pass METH_FASTCALL|METH_KEYWORDS.

It seems like the API became stable.

I don't know if we should make the API public or not. PyPy would complain as usual that we give them more work to do :-D
History
Date User Action Args
2017-10-04 15:16:57vstinnersetrecipients: + vstinner, barry, skrah, docs@python, serhiy.storchaka
2017-10-04 15:16:57vstinnersetmessageid: <1507130217.82.0.213398074469.issue28805@psf.upfronthosting.co.za>
2017-10-04 15:16:57vstinnerlinkissue28805 messages
2017-10-04 15:16:57vstinnercreate