X Tutup
The Wayback Machine - https://web.archive.org/web/20220111105742/https://github.com/python/cpython/pull/30490
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

bpo-34602: Fix unportable test(1) operator in configure script #30490

Merged
merged 1 commit into from Jan 9, 2022

Conversation

@0-wiz-0
Copy link
Contributor

@0-wiz-0 0-wiz-0 commented Jan 8, 2022

Split off from #30066 as requested by @taleinat

https://bugs.python.org/issue34602

@0-wiz-0
Copy link
Contributor Author

@0-wiz-0 0-wiz-0 commented Jan 8, 2022

How do I mark this as "skip news"? I don't think it warrants an entry in NEWS.

@ned-deily ned-deily changed the title bpo-46308: Fix unportable test(1) operator in configure script bpo-34602: Fix unportable test(1) operator in configure script Jan 9, 2022
Copy link
Member

@ned-deily ned-deily left a comment

Looks good to me, thanks! I've changed the bpo number to reflect the issue which introduced the unportable test.

@ned-deily ned-deily merged commit 3d11c1b into python:main Jan 9, 2022
11 checks passed
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 9, 2022

Thanks @0-wiz-0 for the PR, and @ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒🤖

miss-islington added a commit to miss-islington/cpython that referenced this issue Jan 9, 2022
…nGH-30490)

(cherry picked from commit 3d11c1b)

Co-authored-by: Thomas Klausner <tk@giga.or.at>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Jan 9, 2022

GH-30491 is a backport of this pull request to the 3.10 branch.

ned-deily pushed a commit that referenced this issue Jan 9, 2022
) (GH-30491)

(cherry picked from commit 3d11c1b)

Co-authored-by: Thomas Klausner <tk@giga.or.at>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants
X Tutup