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 methane
Recipients josh.r, methane, python-dev, serhiy.storchaka, vstinner
Date 2016-12-25.00:35:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> Please wrap private functions in #ifndef Py_LIMITED_API/#endif.

No problem.  Whole Include/frameobject.h is wrapped by Py_LIMITED_API.
History
Date User Action Args
2016-12-25 00:35:34methanesetrecipients: + methane, vstinner, python-dev, serhiy.storchaka, josh.r
2016-12-25 00:35:34methanesetmessageid: <[email protected]>
2016-12-25 00:35:34methanelinkissue29049 messages
2016-12-25 00:35:34methanecreate