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.
M
Michael Felt committed
22462da70c1ae015a60a7b821547bc6d2b5bc265
Parent: 5661459
Committed by Nick Coghlan <ncoghlan@gmail.com>
on 12/26/2018, 3:54:22 AM