Skip to content
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

EncodingWarning in platform for uname().processor #101643

Closed
jaraco opened this issue Feb 7, 2023 · 1 comment
Closed

EncodingWarning in platform for uname().processor #101643

jaraco opened this issue Feb 7, 2023 · 1 comment
Assignees

Comments

@jaraco
Copy link
Member

jaraco commented Feb 7, 2023

$ env PYTHONWARNDEFAULTENCODING=1 py -3.12 -c 'import platform; platform.uname().processor'
/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/platform.py:823: EncodingWarning: 'encoding' argument not specified.
  return subprocess.check_output(
@jaraco jaraco added the type-bug An unexpected behavior, bug, or error label Feb 7, 2023
@jaraco jaraco self-assigned this Feb 7, 2023
@jaraco
Copy link
Member Author

jaraco commented Feb 7, 2023

Maybe fixed in 6b3993c. Indeed, dupe of #100750.

@jaraco jaraco closed this as completed Feb 7, 2023
@jaraco jaraco removed the type-bug An unexpected behavior, bug, or error label Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant