Re: [Python-Dev] Internal header files (Include/internal/*.h) are now installed

2018-12-04 Thread Victor Stinner
Le mar. 4 déc. 2018 à 16:35, Antoine Pitrou a écrit : > > Are you ok to install "internal" header files? If yes, should we > > modify "make install" of Python 3.7 to also install them? > > +1 to both. Ok, I reopened https://bugs.python.org/issue35296 and wrote a PR: https://github.com/python/cpy

Re: [Python-Dev] Internal header files (Include/internal/*.h) are now installed

2018-12-04 Thread Antoine Pitrou
On Tue, 4 Dec 2018 16:19:46 +0100 Victor Stinner wrote: > Hi, > > Since Python 3.7, "internal" C API (only declared if Py_BUILD_CORE is > defined) are moving from Include/*.h to Include/internal/*.h. These > API must not be used outside CPython. In Python 3.7, "make install" > doesn't install the

[Python-Dev] Internal header files (Include/internal/*.h) are now installed

2018-12-04 Thread Victor Stinner
Hi, Since Python 3.7, "internal" C API (only declared if Py_BUILD_CORE is defined) are moving from Include/*.h to Include/internal/*.h. These API must not be used outside CPython. In Python 3.7, "make install" doesn't install them for example. I would like to move more private functions (prefixed