commit | 817506432dd1908cd154500ef18dc276b8dd7071 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Mon Jun 08 19:36:13 2020 +0200 |
committer | GitHub <noreply@github.com> | Mon Jun 08 19:36:13 2020 +0200 |
tree | a52e893c973a14557ff2078b074b184d4b6f418a | |
parent | 298c8c895f0d4fdd23a16f959efac83039fa1d19 [diff] |
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>