Skip to content

S_IWRITE and S_IEXEC are obsolete and break RustPython on Redox #5856

Description

@rw-vanc

Summary

The stat module that was just implemented is using obsolete constants S_IWRITE and S_IEXEC. These constants do not exist on newer OS's like Redox. Please use S_IWUSR and S_IXUSR.

Details

S_IWRITE and S_IEXEC exist for backwards compatibility reasons and should not be used in new software.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions