bpo-21016: pydoc and trace use sysconfig by vstinner · Pull Request #18476 · python/cpython · GitHub
Skip to content

bpo-21016: pydoc and trace use sysconfig - #18476

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:stdlib_path
Feb 12, 2020
Merged

vstinner merged 1 commit into
python:masterfrom
vstinner:stdlib_path

Conversation

@vstinner

@vstinner vstinner commented Feb 12, 2020

Copy link
Copy Markdown
Member

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

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

codecov Bot commented Feb 12, 2020

Copy link
Copy Markdown

@vstinner
vstinner merged commit 4fac7ed into python:master Feb 12, 2020
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8.
🐍🍒⛏🤖

@vstinner
vstinner deleted the stdlib_path branch February 12, 2020 12:02
@bedevere-bot

Copy link
Copy Markdown

GH-18482 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 12, 2020
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>
@bedevere-bot

Copy link
Copy Markdown

GH-18483 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit that referenced this pull request Feb 12, 2020
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>
miss-islington added a commit that referenced this pull request Feb 12, 2020
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>
@bedevere-bot

Copy link
Copy Markdown

sthagen added a commit to sthagen/python-cpython that referenced this pull request Feb 12, 2020
bpo-21016: pydoc and trace use sysconfig (pythonGH-18476)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants