cpython/Modules/_ctypes
Michael Felt 22462da70c bpo-27643 - skip test_ctypes test case with XLC compiler. (GH-5164)
This test case needs "signed short" bitfields, but the
IBM XLC compiler (on AIX) does not support this.

Skip the code and test when AIX and XLC are used.

Use __xlc__ as identifier to detect the XLC compiler.
2018-12-26 13:54:22 +10:00
..
darwin
libffi_msvc bpo-34906: Doc: Fix typos (2) (GH-9735) 2018-10-06 16:35:53 +02:00
libffi_osx Remove wording that could be deemed to be perjorative (GH-9287) 2018-09-13 21:17:40 -07:00
_ctypes.c bpo-35529: Fix a reference counting bug in PyCFuncPtr_FromDll(). (GH-11229) 2018-12-20 10:29:38 +02:00
_ctypes_test.c bpo-27643 - skip test_ctypes test case with XLC compiler. (GH-5164) 2018-12-26 13:54:22 +10:00
_ctypes_test.h
callbacks.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) 2018-12-07 12:11:30 +02:00
callproc.c bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii character. (GH-10863) 2018-12-06 11:16:24 +02:00
cfield.c bpo-32787: Better error handling in ctypes. (#3727) 2018-12-05 16:44:14 +02:00
ctypes.h
ctypes_dlfcn.h
malloc_closure.c
stgdict.c bpo-32787: Better error handling in ctypes. (#3727) 2018-12-05 16:44:14 +02:00