[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
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

bpo-38236: Dump path config at first import error #16300

Merged
merged 1 commit into from Sep 23, 2019

Conversation

Copy link
Member

vstinner commented Sep 20, 2019

Python now dumps path configuration if it fails to import the Python
codecs of the filesystem and stdio encodings.

https://bugs.python.org/issue38236

Copy link
Member Author

vstinner commented Sep 20, 2019

See https://bugs.python.org/issue38236#msg352873 for an output example.

Copy link
Member

matrixise left a comment

Thanks for this feature, sometimes, I have this error. Need to fix the conflict? Thank you

Python now dumps path configuration if it fails to import the Python
codecs of the filesystem and stdio encodings.
vstinner requested a review from a team as a code owner Sep 23, 2019
vstinner merged commit fcdb027 into python:master Sep 23, 2019
vstinner deleted the dump_pathconfig branch Sep 23, 2019
Copy link
Contributor

miss-islington commented Sep 23, 2019

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

Copy link
Contributor

miss-islington commented Sep 23, 2019

Sorry, @vstinner, I could not cleanly backport this to 3.8 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker fcdb027234566c4d506d6d753c7d5638490fb088 3.8

Copy link

bedevere-bot commented Sep 23, 2019

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

vstinner added a commit that referenced this pull request Sep 23, 2019
Python now dumps path configuration if it fails to import the Python
codecs of the filesystem and stdio encodings.

(cherry picked from commit fcdb027)
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.

None yet

6 participants