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 python-dev, scoder, serhiy.storchaka, vstinner
Date 2016-09-12.13:56:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473688596.31.0.886505085129.issue27810@psf.upfronthosting.co.za>
In-reply-to
Content
> Could you please wrap "#define METH_FASTCALL  0x0080" with "#ifndef Py_LIMITED_API"/"#endif"?

Sorry, this is a mistake. I tried to exclude all new symbols related to fast call from the stable API.

It should now be fixed.
History
Date User Action Args
2016-09-12 13:56:36vstinnersetrecipients: + vstinner, scoder, python-dev, serhiy.storchaka
2016-09-12 13:56:36vstinnersetmessageid: <1473688596.31.0.886505085129.issue27810@psf.upfronthosting.co.za>
2016-09-12 13:56:36vstinnerlinkissue27810 messages
2016-09-12 13:56:36vstinnercreate