[issue32573] All sys attributes (.argv, ...) should exist in embedded environments

STINNER Victor report at bugs.python.org
Mon May 13 11:33:57 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

In Python 3.8, sys.argv is now always created. It's initialized to sys.argv = [""] if (argc, argv) are not set in _PyCoreConfig.

So PR 12463 looks useless to me, except if someone wants to change the behavior.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32573>
_______________________________________


More information about the Python-bugs-list mailing list