Skip to content

[3.8] bpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is xlc on AIX (GH-19225) #19444

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

Merged
merged 1 commit into from
Apr 9, 2020

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Apr 8, 2020

(cherry picked from commit 76db37b)

https://bugs.python.org/issue40112

@vstinner
Copy link
Member Author

vstinner commented Apr 9, 2020

test_ctypes failed on Windows jobs of Azure Pipelines, but passed on Windows jobs of GitHub actions.

ERROR: test_load_dll_with_flags (ctypes.test.test_loading.LoaderTest) [WinDLL('_sqlite3.dll', winmode=0)]

That's https://bugs.python.org/issue40214: I backported the change to disable the test: PR #19449.

@vstinner
Copy link
Member Author

vstinner commented Apr 9, 2020

PR rebased on 3.8 to get merged PR #19449 fix.

@vstinner vstinner merged commit cd8e1da into python:3.8 Apr 9, 2020
@vstinner vstinner deleted the xlc38 branch April 9, 2020 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants