diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-09-07 11:20:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 11:20:31 (GMT) |
commit | 608a6292366ebba20f33d93d8b52cbb928429e47 (patch) | |
tree | ebc4be95e510f2f2a315fafca677dcc58dd1ba58 /Misc | |
parent | adc80a58f9683468e0ba5a6eed72040f7f6ba405 (diff) | |
download | cpython-608a6292366ebba20f33d93d8b52cbb928429e47.zip cpython-608a6292366ebba20f33d93d8b52cbb928429e47.tar.gz cpython-608a6292366ebba20f33d93d8b52cbb928429e47.tar.bz2 |
bpo-44860: Make sysconfig posix_user not depend on platlibdir (GH-27655) (GH-28197)
(cherry picked from commit a5c6bcf24479934fe9c5b859dd1cf72685a0003a)
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-08-07-22-51-32.bpo-44860.PTvRrU.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-08-07-22-51-32.bpo-44860.PTvRrU.rst b/Misc/NEWS.d/next/Library/2021-08-07-22-51-32.bpo-44860.PTvRrU.rst new file mode 100644 index 0000000..70e0be0 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-08-07-22-51-32.bpo-44860.PTvRrU.rst @@ -0,0 +1,2 @@ +Fix the ``posix_user`` scheme in :mod:`sysconfig` to not depend on +:data:`sys.platlibdir`. |