mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
cdde29dde9
Fix a number of compile errors with GCC-12 on macOS: 1. In pylifecycle.c the compile rejects _Pragma within a declaration 2. posixmodule.c was missing a number of ..._RUNTIME macros for non-clang on macOS 3. _ctypes assumed that __builtin_available is always present on macOS