commit | 31acfd78a0810f84898d36a8289e407d3754b823 | [log] [tgz] |
---|---|---|
author | Tian Gao <gaogaotiantian@hotmail.com> | Tue Apr 25 22:04:51 2023 -0700 |
committer | GitHub <noreply@github.com> | Tue Apr 25 23:04:51 2023 -0600 |
tree | cdc69811f41e9a882c8dd6035a4a97a0f648bbc9 | |
parent | c9864121cba5e5366d8e023fa14be0eac504cc06 [diff] |
gh-103578: Fix pdb reading code with non-utf8 encoding (#103581) `pdb` should use `io.open_code` to open code to avoid encoding issue.