Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
HAVE_FFI_PREP_CIF_VAR_RUNTIME
  • Loading branch information
tiran committed Nov 3, 2021
commit 7298cc38b8b46aea0a138e7c4a5940f617499d5e
2 changes: 2 additions & 0 deletions Modules/_ctypes/callproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,8 @@ static int _call_function_pointer(int flags,

# if USING_APPLE_OS_LIBFFI
# define HAVE_FFI_PREP_CIF_VAR_RUNTIME __builtin_available(macos 10.15, ios 13, watchos 6, tvos 13, *)
# elif defined(MS_WIN32)
# define HAVE_FFI_PREP_CIF_VAR_RUNTIME false
# else
# define HAVE_FFI_PREP_CIF_VAR_RUNTIME true
# endif
Expand Down