◐ Shell
clean mode source ↗

[3.7] bpo-35296: make install now installs the internal API (GH-10665) by vstinner · Pull Request #10897 · python/cpython

Merged

vstinner

merged 2 commits into

Dec 4, 2018

Conversation

make install now also installs the internal API: Include/internal/*.h
header files.

(cherry picked from commit f653fd4)
The Windows installer (MSI) now also install header files of the
Include/internal/ subdirectory.

@vstinner

@zooba: I already modified the installer in master, but here I would like to make the same change in Python 3.7.

zooba

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved the Windows part of the change.

@vstinner