diff options
author | Victor Stinner <vstinner@python.org> | 2023-07-25 12:27:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-25 12:27:48 (GMT) |
commit | 6261585d63a31835b65d445d99dc14cca3fe9cf5 (patch) | |
tree | 3b4975a5cf692c8d66a364cfe2af8e532465c299 /Python/Python-ast.c | |
parent | 2425346feeb343db686b2fb071f7bd0130452b84 (diff) | |
download | cpython-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