[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-31904: Fix test_getcwd_long_path failures for VxWorks RTOS #20256

Merged
merged 4 commits into from Nov 28, 2020

Conversation

Copy link
Contributor

pxinwr commented May 20, 2020

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

https://bugs.python.org/issue31904

Lib/test/test_os.py Outdated Show resolved Hide resolved
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 merged commit aa1b8a1 into python:master Nov 28, 2020
3 checks passed
pxinwr deleted the fix-issue-31904-fixos branch May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants