-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API #22621
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-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API #22621
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. You fixed a mistake that I did.
First, I consider that the PR is wrong, but then I understood that your PR is right :-D
https://bugs.python.org/issue41986
Deprecating global configuration variables must be addressed separately: you can ignore my remark about that.
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
…to limited API (pythonGH-22621) (cherry picked from commit 637a09b) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-22637 is a backport of this pull request to the 3.9 branch. |
…to limited API (pythonGH-22621) (cherry picked from commit 637a09b) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-22638 is a backport of this pull request to the 3.8 branch. |
Thank you @vstinner. |
https://bugs.python.org/issue41986