]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605)
authorSandro Mani <manisandro@gmail.com>
Mon, 8 Jun 2020 15:28:11 +0000 (17:28 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2020 15:28:11 +0000 (17:28 +0200)
commit8f023a2f664f902a3d0b7a6f64d63afc0d1c15ae
tree8aa9027476167eca69c0e17ba8712f624bdb8e15
parentc6b292cdeee689f0bfac6c1e2c2d4e4e01fa8d9e
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605)
Doc/c-api/init_config.rst
Doc/using/cmdline.rst
Include/cpython/initconfig.h
Lib/test/test_embed.py
Makefile.pre.in
Misc/NEWS.d/next/Core and Builtins/2020-06-03-13-53-24.bpo-40854.O6vfQU.rst [new file with mode: 0644]
Misc/python.man
Modules/getpath.c
Programs/_testembed.c
Python/initconfig.c
Python/sysmodule.c