mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
parent
35d273825a
commit
cd9a56c2b0
30 changed files with 970 additions and 19 deletions
|
@ -2921,6 +2921,7 @@ AC_CHECK_SIZEOF(size_t, 4)
|
|||
AC_CHECK_ALIGNOF(size_t)
|
||||
AC_CHECK_SIZEOF(pid_t, 4)
|
||||
AC_CHECK_SIZEOF(uintptr_t)
|
||||
AC_CHECK_ALIGNOF(max_align_t)
|
||||
|
||||
AC_TYPE_LONG_DOUBLE
|
||||
AC_CHECK_SIZEOF(long double, 16)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue