diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-11-23 15:30:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-23 15:30:12 (GMT) |
commit | f653fd4d950ac092719b6152e38d77c62b443125 (patch) | |
tree | 813f190500f8577a17c144c1c1601e8c0848a8b5 /Misc | |
parent | a1c40014085d5cc6c12064577e8c10e7182ee9f9 (diff) | |
download | cpython-f653fd4d950ac092719b6152e38d77c62b443125.zip cpython-f653fd4d950ac092719b6152e38d77c62b443125.tar.gz cpython-f653fd4d950ac092719b6152e38d77c62b443125.tar.bz2 |
bpo-35296: make install now installs the internal API (GH-10665)
make install now also installs the internal API: Include/internal/*.h
header files.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/C API/2018-11-22-18-34-23.bpo-35296.nxrIQt.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2018-11-22-18-34-23.bpo-35296.nxrIQt.rst b/Misc/NEWS.d/next/C API/2018-11-22-18-34-23.bpo-35296.nxrIQt.rst new file mode 100644 index 0000000..c5f877a --- /dev/null +++ b/Misc/NEWS.d/next/C API/2018-11-22-18-34-23.bpo-35296.nxrIQt.rst @@ -0,0 +1,2 @@ +``make install`` now also installs the internal API: +``Include/internal/*.h`` header files. |