Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) #99638

Merged
merged 1 commit into from
Nov 21, 2022

Commits on Nov 21, 2022

  1. pythongh-99337: Fix compile errors with gcc 12 on macOS (pythonGH-99470)

    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
    (cherry picked from commit cdde29d)
    
    Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
    ronaldoussoren authored and miss-islington committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5f94fad View commit details
    Browse the repository at this point in the history