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
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
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