mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
bpo-11191: skip unsupported test_distutils case for AIX with xlc (GH-8709)
Command line options for the xlc compiler behave differently from gcc and clang, so skip this test case for now when xlc is the compiler. Patch by aixtools (Michael Felt)
This commit is contained in:
parent
e2926b7248
commit
ed57e13df6
3 changed files with 8 additions and 1 deletions
|
@ -328,7 +328,6 @@ class config(Command):
|
|||
return self.try_cpp(body="/* No body */", headers=[header],
|
||||
include_dirs=include_dirs)
|
||||
|
||||
|
||||
def dump_file(filename, head=None):
|
||||
"""Dumps a file content into log.info.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue