-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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 resolve platform.processor late #12239
bpo-35967 resolve platform.processor late #12239
Conversation
…nt on uname -p in a subprocess).
…ferent systems (probably a fool's errand), simply assert that except for the known platform variance, uname().processor matches the output of 'uname -p'
…ure/35967-platform-processor-resolved-late
I see the appveyor tests failed, but I'm going to assume that's a spurious failure, since it doesn't happen on the Azure pipelines and doesn't seem to be relevant to the test_platform tests. |
reopening to retrigger CI. (we removed appveyor recently) |
In the aforementioned issue, Marc agreed this approach is suitable as long as it has tests, which it does. Is anything more needed? |
… had any effect). Rely on _unknown_as_blank to replace unknown with blank.
Failed checks look unrelated. |
https://bugs.python.org/issue35967