-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-21016: pydoc and trace use sysconfig #18476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 <[email protected]>
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 <[email protected]> (cherry picked from commit 4fac7ed) Co-authored-by: Victor Stinner <[email protected]>
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 <[email protected]> (cherry picked from commit 4fac7ed) Co-authored-by: Victor Stinner <[email protected]>
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 <[email protected]> (cherry picked from commit 4fac7ed) Co-authored-by: Victor Stinner <[email protected]>
|
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