Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
[3.11] gh-100750: pass encoding kwarg in lib/platform.py (GH-100751)#101207
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
)(cherry picked from commit6b3993c)Co-authored-by: Thomas Grainger <tagrain@gmail.com>Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Shouldn't this instance of calling .check_output() also receive an encoding argument ? https://github.com/python/cpython/blob/main/Lib/platform.py#L667 (in _syscmd_file()) |
graingert commentedFeb 1, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@malemburg no, that uses the default Lines 667 to 676 in62251c3
|
Uh oh!
There was an error while loading.Please reload this page.
(cherry picked from commit6b3993c)
Co-authored-by: Thomas Graingertagrain@gmail.com
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Shantanu12621235+hauntsaninja@users.noreply.github.com