Staging
v0.5.1
https://github.com/python/cpython
Revision b02774f42108aaf18eb19865472c8d5cd95b5f11 authored by Victor Stinner on 04 December 2018, 20:28:28 UTC, committed by GitHub on 04 December 2018, 20:28:28 UTC
* bpo-35296: make install now installs the internal API (GH-10665)

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

(cherry picked from commit f653fd4d950ac092719b6152e38d77c62b443125)

* Windows installer now also install Include/internal/

The Windows installer (MSI) now also install header files of the
Include/internal/ subdirectory.
1 parent 0091f34
Raw File
Tip revision: b02774f42108aaf18eb19865472c8d5cd95b5f11 authored by Victor Stinner on 04 December 2018, 20:28:28 UTC
bpo-35296: make install now installs the internal API (GH-10665) (GH-10897)
Tip revision: b02774f
CODE_OF_CONDUCT.rst
Code of Conduct
===============

Please note that all interactions on
`Python Software Foundation <https://www.python.org/psf-landing/>`__-supported
infrastructure is `covered
<https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties>`__
by the `PSF Code of Conduct <https://www.python.org/psf/codeofconduct/>`__,
which includes all infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general this means everyone is expected to be open, considerate, and
respectful of others no matter what their position is within the project.

back to top