bpo-21016: pydoc and trace use sysconfig#18476
bpo-21016: pydoc and trace use sysconfig#18476vstinner merged 1 commit intopython:masterpython/cpython:masterfrom vstinner:stdlib_pathCopy head branch name to clipboard
Conversation
bpo-21016, bpo-1294959: The pydoc and trace modules now use the sysconfig module to get the path to the Python standard library, to support uncommon installation path like /usr/lib64/python3.9/ on Fedora. Co-Authored-By: Jan Matějek <jmatejek@suse.com>
Codecov Report
@@ Coverage Diff @@
## master #18476 +/- ##
=========================================
Coverage 82.11% 82.12%
=========================================
Files 1956 1955 -1
Lines 589067 583723 -5344
Branches 44436 44436
=========================================
- Hits 483723 479356 -4367
+ Misses 95690 94718 -972
+ Partials 9654 9649 -5
Continue to review full report at Codecov.
|
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
|
GH-18482 is a backport of this pull request to the 3.8 branch. |
bpo-21016, bpo-1294959: The pydoc and trace modules now use the sysconfig module to get the path to the Python standard library, to support uncommon installation path like /usr/lib64/python3.9/ on Fedora. Co-Authored-By: Jan Matějek <jmatejek@suse.com> (cherry picked from commit 4fac7ed) Co-authored-by: Victor Stinner <vstinner@python.org>
|
GH-18483 is a backport of this pull request to the 3.7 branch. |
bpo-21016, bpo-1294959: The pydoc and trace modules now use the sysconfig module to get the path to the Python standard library, to support uncommon installation path like /usr/lib64/python3.9/ on Fedora. Co-Authored-By: Jan Matějek <jmatejek@suse.com> (cherry picked from commit 4fac7ed) Co-authored-by: Victor Stinner <vstinner@python.org>
bpo-21016, bpo-1294959: The pydoc and trace modules now use the sysconfig module to get the path to the Python standard library, to support uncommon installation path like /usr/lib64/python3.9/ on Fedora. Co-Authored-By: Jan Matějek <jmatejek@suse.com> (cherry picked from commit 4fac7ed) Co-authored-by: Victor Stinner <vstinner@python.org>
|
bpo-21016: pydoc and trace use sysconfig (pythonGH-18476)
bpo-21016, bpo-1294959: The pydoc and trace modules now use the
sysconfig module to get the path to the Python standard library, to
support uncommon installation path like /usr/lib64/python3.9/ on
Fedora.
https://bugs.python.org/issue21016