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 loewis
Recipients larry, loewis, ncoghlan, python-dev, vstinner
Date 2014-01-03.20:39:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388781600.22.0.119341788545.issue19526@psf.upfronthosting.co.za>
In-reply-to
Content
The procedure to obtain the new API was this: 

* write a C file 

#define Py_LIMITED_API
#include <Python.h>

* compile this with gcc -E | grep -v '#'

* diff and inspect the two preprocessor outputs. Ideally, they come out empty, but they currently show lots of (legitimate) const additions, and some reformattings
History
Date User Action Args
2014-01-03 20:40:00loewissetrecipients: + loewis, ncoghlan, vstinner, larry, python-dev
2014-01-03 20:40:00loewissetmessageid: <1388781600.22.0.119341788545.issue19526@psf.upfronthosting.co.za>
2014-01-03 20:40:00loewislinkissue19526 messages
2014-01-03 20:39:59loewiscreate