-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
bpo-35967: Baseline values for uname -p #12824
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
bpo-35967: Baseline values for uname -p #12824
Conversation
…ferent systems (probably a fool's errand), simply assert that except for the known platform variance, uname().processor matches the output of 'uname -p'
No sense letting this linger indefinitely. Let's merge the test and push forward. |
|
|
|
As requested in the ticket, I'm working to define the expected values for uname -p.
https://bugs.python.org/issue35967