Skip to content

Python 3.3-3.6 fail to build on macOS #36

@domenkozar

Description

@domenkozar
2024-02-28T05:38:09.7777680Z        > int     openat(int, const char *, int, ...) __DARWIN_NOCANCEL(openat) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_8_0);
2024-02-28T05:38:09.7778700Z        >         ^
2024-02-28T05:38:09.7780260Z        > ./Modules/posixmodule.c:5921:11: error: call to undeclared function 'forkpty'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2024-02-28T05:38:09.7781930Z        >     pid = forkpty(&master_fd, NULL, NULL, NULL);
2024-02-28T05:38:09.7782490Z        >           ^

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions