Closed as not planned
Description
Bug report
Bug description:
AIX build starts failing with the below error recently. Looks like some recent commits introduced some changes which caused the issue I guess.
gcc -pthread -c -fno-strict-overflow -Wimplicit-fallthrough -fstack-protector-strong -Wtrampolines -Wsign-compare -DNDEBUG -g -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include/internal/mimalloc -I. -I./Include -DPy_BUILD_CORE -o Parser/pegen.o Parser/pegen.c
In file included from ./Include/internal/pycore_runtime.h:17,
from ./Include/internal/pycore_pystate.h:12,
from Parser/pegen.c:3:
./Include/internal/pycore_interp.h:246:24: error: field 'dtoa' has incomplete type
246 | struct _dtoa_state dtoa;
| ^~~~
gmake: *** [Makefile:3035: Parser/pegen.o] Error 1
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other