Uh oh!
There was an error while loading. Please reload this page.
gh-103578: Fix pdb reading code with non-utf8 encoding - #103581
Conversation
gaogaotiantian
commented
Apr 24, 2023
|
gaogaotiantian
commented
Apr 24, 2023
So it seems like changing it to |
Yup! I think can't hurt to mention it in the news entry, since it is a (good) change in behaviour and one that seems potentially noteworthy. |
gaogaotiantian
commented
Apr 24, 2023
I updated the news entry. Let me know if you think that requires extra polish! |
miss-islington
commented
Apr 26, 2023
Thanks @gaogaotiantian for the PR, and @hauntsaninja for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
bedevere-bot
commented
Apr 26, 2023
GH-103867 is a backport of this pull request to the 3.11 branch. |
…103581) `pdb` should use `io.open_code` to open code to avoid encoding issue.
miss-islington
commented
Apr 27, 2023
Thanks @gaogaotiantian for the PR, and @hauntsaninja for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
miss-islington
commented
Apr 27, 2023
Thanks @gaogaotiantian for the PR, and @hauntsaninja for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
miss-islington
commented
Apr 27, 2023
Thanks @gaogaotiantian for the PR, and @hauntsaninja for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
miss-islington
commented
Apr 27, 2023
Sorry @gaogaotiantian and @hauntsaninja, I had trouble checking out the |
miss-islington
commented
Apr 27, 2023
Sorry, @gaogaotiantian and @hauntsaninja, I could not cleanly backport this to |
miss-islington
commented
Apr 27, 2023
Sorry @gaogaotiantian and @hauntsaninja, I had trouble checking out the |
miss-islington
commented
Apr 27, 2023
Thanks @gaogaotiantian for the PR, and @hauntsaninja for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
miss-islington
commented
Apr 27, 2023
Sorry, @gaogaotiantian and @hauntsaninja, I could not cleanly backport this to |
zooba
commented
Apr 27, 2023
No backport needed - this was fine in 3.8-3.10 and was regressed in 3.11. |
pdbshould useio.open_codeto open code to avoid encoding issue.