]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605...
authorVictor Stinner <vstinner@python.org>
Mon, 8 Jun 2020 17:36:13 +0000 (19:36 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2020 17:36:13 +0000 (19:36 +0200)
commit817506432dd1908cd154500ef18dc276b8dd7071
treea52e893c973a14557ff2078b074b184d4b6f418a
parent298c8c895f0d4fdd23a16f959efac83039fa1d19
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) (GH-20725)

(cherry picked from commit 8f023a2f664f902a3d0b7a6f64d63afc0d1c15ae)

Co-authored-by: Sandro Mani <manisandro@gmail.com>
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