Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-105059: Use GCC/clang extension for PyObject union (python#1…
…07232) Anonymous union is new in C11. To prevent compiler warning when using -pedantic compiler option, use Clang and GCC extension on C99 and older.
- Loading branch information