Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

AIX build broken because of recent os.statx implementation. #140239

Copy link
Copy link
@ayappanec

Description

@ayappanec
Issue body actions

Bug description:

The recent os.statx implementation is very specific to Linux #139178 . This broke AIX build as the configure simply checks for the presence of statx function which is available in AIX but very much different from it. https://www.ibm.com/docs/en/aix/7.3.0?topic=s-stat-fstat-lstat-statx-fstatx-statxat-fstatat-fullstat-ffullstat-stat64-fstat64-lstat64-stat64x-fstat64x-lstat64x-stat64xat-subroutine

The configure check for statx should be improved to check whether the platform is Linux or not , as well.

CPython versions tested on:

CPython main branch

Operating systems tested on:

AIX

Linked PRs

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    OS-unsupportedstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
    No fields configured for issues without a type.

    Projects

    Status
    Done
    Show more project fields

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.