commit | 221d703498d84e363070c89c28f839edceaac9b2 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Jun 06 20:19:40 2023 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 06 18:19:40 2023 +0000 |
tree | 4b2ad0424899640925bee0bf943d09117d575d4b | |
parent | 2b8e6e5712a83657333948bc387c81db02549b13 [diff] |
gh-104783: locale.getlocale() calls sys.getfilesystemencoding() (#105401) locale.getlocale() always calls sys.getfilesystemencoding(), instead of calling it only once.