Martin v. Löwis added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19526>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to