Loading
python311: fix _ctypes build on darwin (#390454)
In Python 3.12+, the -DUSING_APPLE_OS_LIBFFI=1 macro is always set: https://github.com/python/cpython/commit/25590eb5dee5176f3ac60916b19450f8198e7ffc Fixes #390348 Signed-off-by:Ihar Hrachyshka <ihar.hrachyshka@gmail.com>