[3.7] bpo-32573: sys.argv always exists and is non-empty by vstinner · Pull Request #13553 · python/cpython
Conversation
Member
Ensure that sys.argv always exists and is non-empty.
When Python is embedded in an application and argv is not set,
use [''].
Ensure that sys.argv always exists and is non-empty. When Python is embedded in an application and ``argv`` is not set, use [''].
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
mentioned this pull request
vstinner
commented
May 24, 2019
vstinner commented
Member Author
@ncoghlan: Do you consider that https://bugs.python.org/issue32573 is a bug that should be fixed in Python 3.7? Is it ok to change the behavior in a minor Python 3.7 release?
See also PR #12463.
ned-deily
commented
May 29, 2019
ned-deily commented
Member
I don't think we should change this behavior in a maintenance release unless it were a regression in 3.7. It's not, though, right?
vstinner
commented
Jun 2, 2019
vstinner commented
Member Author
I don't think we should change this behavior in a maintenance release unless it were a regression in 3.7. It's not, though, right?
Ok. I close my PR.
vstinner
closed this
vstinner
deleted the
main_argv37
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment