bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c by vstinner · Pull Request #12423 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c#12423
vstinner merged 4 commits intopython:masterfrom
vstinner:joinpath
bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c#12423
vstinner merged 4 commits intopython:masterfrom
vstinner:joinpath
Conversation
Copy link Copy Markdown
Member
- Use Py_ARRAY_LENGTH() rather than hardcoded MAXPATHLEN in getpath.c
- Pass string length to functions modifying strings
* Use Py_ARRAY_LENGTH() rather than hardcoded MAXPATHLEN in getpath.c * Pass string length to functions modifying strings
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting merge
label
vstinner
added
the
skip news
label
vstinner added 3 commits
March 19, 2019 02:18Revert unwanted changes
vstinner
merged commit
faddaed
into
python:master
bedevere-bot
removed
the
awaiting merge
label
vstinner
deleted the
joinpath
branch
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