Closed
Description
Bug report
It looks like it's only on the macos-13 runner. I'm not sure what changed. The failures look to be on unrelated commits and PRs.
./Modules/_cursesmodule.c:1336:9: error: call to undeclared function 'is_pad'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
if (py_is_pad(self->win)) {
^
./Modules/_cursesmodule.c:1159:29: note: expanded from macro 'py_is_pad'
#define py_is_pad(win) is_pad(win)
^
./Modules/_cursesmodule.c:2024:9: error: call to undeclared function 'is_pad'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
if (py_is_pad(self->win)) {
^
./Modules/_cursesmodule.c:1159:29: note: expanded from macro 'py_is_pad'
#define py_is_pad(win) is_pad(win)
^
./Modules/_cursesmodule.c:2248:9: error: call to undeclared function 'is_pad'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
if (py_is_pad(self->win)) {
^
./Modules/_cursesmodule.c:1159:29: note: expanded from macro 'py_is_pad'
#define py_is_pad(win) is_pad(win)
^
./Modules/_cursesmodule.c:2324:9: error: call to undeclared function 'is_pad'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
if (py_is_pad(self->win)) {
^
./Modules/_cursesmodule.c:1159:29: note: expanded from macro 'py_is_pad'
#define py_is_pad(win) is_pad(win)
^
4 errors generated.
make: *** [Modules/_cursesmodule.o] Error 1
Seen in:
- main branch ea25f32: https://github.com/python/cpython/actions/runs/7879856175/job/21500903793
- PR 115190: https://github.com/python/cpython/actions/runs/7879468846/job/21499789192?pr=115190