mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Issue #24381: merge from 3.6
This commit is contained in:
commit
ae8ca1c0e2
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ initialize_aggregate(
|
||||||
/* Perform machine independent ffi_cif preparation, then call
|
/* Perform machine independent ffi_cif preparation, then call
|
||||||
machine dependent routine. */
|
machine dependent routine. */
|
||||||
|
|
||||||
#if defined(X86_DARWIN)
|
#if defined(X86_DARWIN) && !defined __x86_64__
|
||||||
|
|
||||||
static inline bool
|
static inline bool
|
||||||
struct_on_stack(
|
struct_on_stack(
|
||||||
|
@ -125,7 +125,7 @@ struct_on_stack(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // defined(X86_DARWIN)
|
#endif // defined(X86_DARWIN) && !defined __x86_64__
|
||||||
|
|
||||||
// Arguments' ffi_type->alignment must be nonzero.
|
// Arguments' ffi_type->alignment must be nonzero.
|
||||||
ffi_status
|
ffi_status
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue