summaryrefslogtreecommitdiffstats
path: root/Python/Python-ast.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-07-25 12:27:48 (GMT)
committerGitHub <noreply@github.com>2023-07-25 12:27:48 (GMT)
commit6261585d63a31835b65d445d99dc14cca3fe9cf5 (patch)
tree3b4975a5cf692c8d66a364cfe2af8e532465c299 /Python/Python-ast.c
parent2425346feeb343db686b2fb071f7bd0130452b84 (diff)
downloadcpython-6261585d63a31835b65d445d99dc14cca3fe9cf5.zip
cpython-6261585d63a31835b65d445d99dc14cca3fe9cf5.tar.gz
cpython-6261585d63a31835b65d445d99dc14cca3fe9cf5.tar.bz2
gh-105059: Use GCC/clang extension for PyObject union (#107232)
Anonymous union is new in C11. To prevent compiler warning when using -pedantic compiler option, use Clang and GCC extension on C99 and older.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions