bpo-36763: Add _PyCoreConfig.parse_argv by vstinner · Pull Request #13361 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
bpo-36763: Add _PyCoreConfig.parse_argv#13361
vstinner merged 1 commit intopython:masterfrom
vstinner:pep587_parse_argv
bpo-36763: Add _PyCoreConfig.parse_argv#13361
vstinner merged 1 commit intopython:masterfrom
vstinner:pep587_parse_argv
Conversation
Copy link Copy Markdown
Member
- _PyCoreConfig_Read() doesn't parse nor update argv
if parse_argv is 0 - Move path configuration fields in _PyCoreConfig
- Add an unit test for parse_argv=0
- Remove unused "done": label in _Py_RunMain()
* _PyCoreConfig_Read() doesn't parse nor update argv if parse_argv is 0 * Move path configuration fields in _PyCoreConfig * Add an unit test for parse_argv=0 * Remove unused "done": label in _Py_RunMain()
vstinner
added
the
skip news
label
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
merged commit
ae239f6
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
pep587_parse_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