bpo-36236: Fix _PyPathConfig_ComputeSysPath0() for empty argv by vstinner · Pull Request #12441 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
bpo-36236: Fix _PyPathConfig_ComputeSysPath0() for empty argv#12441
vstinner merged 2 commits intopython:masterfrom
vstinner:path0_empty_argv
bpo-36236: Fix _PyPathConfig_ComputeSysPath0() for empty argv#12441
vstinner merged 2 commits intopython:masterfrom
vstinner:path0_empty_argv
Conversation
Copy link Copy Markdown
Member
- _PyPathConfig_ComputeSysPath0() now returns 0 if argv is empty.
- Cleanup also _PyPathConfig_ComputeSysPath0() code: move variables
definition closer to where they are used.
* _PyPathConfig_ComputeSysPath0() now returns 0 if argv is empty. * Cleanup also _PyPathConfig_ComputeSysPath0() code: move variables definition closer to where they are used.
vstinner
added
the
skip news
label
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting merge
label
Copy link Copy Markdown
Member Author
vstinner
commented
Mar 19, 2019
vstinner commented
Mar 19, 2019cc @pablogsal
pablogsal
self-requested a review
matrixise
mentioned this pull request
vstinner
merged commit
fc96e54
into
python:master
bedevere-bot
removed
the
awaiting merge
label
vstinner
deleted the
path0_empty_argv
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