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

Merged
vstinner merged 1 commit intopython:3.8from
vstinner:xlc38
Apr 9, 2020
Merged

[3.8] bpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is xlc on AIX (GH-19225)#19444
vstinner merged 1 commit intopython:3.8from
vstinner:xlc38

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