bpo-31904: Fix test_getcwd_long_path failures for VxWorks RTOS by pxinwr · Pull Request #20256 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
vstinner merged 4 commits intopython:masterfrom
Nov 28, 2020Merged
bpo-31904: Fix test_getcwd_long_path failures for VxWorks RTOS#20256
vstinner merged 4 commits intopython:masterfrom
bpo-31904: Fix test_getcwd_long_path failures for VxWorks RTOS#20256
vstinner merged 4 commits intopython:masterfrom
Conversation
Copy link
Contributor
On VxWorks RTOS, PATH_MAX is defined as 1024 bytes. Creating a path longer than PATH_MAX will fail.
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
csabella
requested a review
from vstinner
brianray reviewed Jul 27, 2020
Lib/test/test_os.py
Outdated
Show resolved
Hide resolved
Lib/test/test_os.py Outdated Show resolved Hide resolved
pxinwr added 2 commits
July 28, 2020 12:23
pxinwr
changed the title
bpo-31904: Fix os module failures for VxWorks RTOS
bpo-31904: Fix test_getcwd_long_path failures for VxWorks RTOS
vstinner
merged commit
aa1b8a1
into
python:master
bedevere-bot
removed
the
awaiting review
label
adorilson pushed a commit to adorilson/cpython that referenced this pull request
Mar 13, 2021
pxinwr
deleted the
fix-issue-31904-fixos
branch
kuhlenough
mannequin
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment