◐ Shell
clean mode source ↗

bpo-42692: fix __builtin_available check on older compilers by jmroot · Pull Request #23873 · python/cpython

A compiler that doesn't define __has_builtin will error out when it is
used on the same line as the check for it.

ronaldoussoren

@ned-deily

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jan 4, 2021
…-23873)

A compiler that doesn't define `__has_builtin` will error out when it is
used on the same line as the check for it.

Automerge-Triggered-By: GH:ronaldoussoren
(cherry picked from commit df21f50)

Co-authored-by: Joshua Root <jmr@macports.org>

ned-deily pushed a commit that referenced this pull request

Jan 4, 2021
GH-24090)

A compiler that doesn't define `__has_builtin` will error out when it is
used on the same line as the check for it.

Automerge-Triggered-By: GH:ronaldoussoren
(cherry picked from commit df21f50)

Co-authored-by: Joshua Root <jmr@macports.org>

@jmroot jmroot deleted the builtin-available branch

January 4, 2021 12:46

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021
…-23873)

A compiler that doesn't define `__has_builtin` will error out when it is
used on the same line as the check for it.

Automerge-Triggered-By: GH:ronaldoussoren