bpo-31904: Fix test_getcwd_long_path failures for VxWorks RTOS by pxinwr · Pull Request #20256 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Sign up

Appearance settings

Conversation

@pxinwr

Copy link

Contributor

@pxinwr pxinwr commented

May 20, 2020

edited

Loading

On VxWorks RTOS, PATH_MAX is defined as 1024 bytes. Creating a path longer than PATH_MAX will fail.

https://bugs.python.org/issue31904

@pxinwr pxinwr changed the title bpo-31904: Fix os module failures for VxWorks RTOS bpo-31904: Fix test_getcwd_long_path failures for VxWorks RTOS

Jul 31, 2020

@vstinner vstinner merged commit aa1b8a1 into python:master

Nov 28, 2020

@pxinwr pxinwr deleted the fix-issue-31904-fixos branch

May 7, 2021 07:43

@kuhlenough kuhlenough mannequin mentioned this pull request

Jan 12, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@vstinner vstinner Awaiting requested review from vstinner

1 more reviewer

@brianray brianray brianray left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@pxinwr @brianray @vstinner @the-knights-who-say-ni @bedevere-bot