[issue29857] Provide `sys._raw_argv` for host application's command line arguments

STINNER Victor report at bugs.python.org
Tue Mar 21 11:00:18 EDT 2017


STINNER Victor added the comment:

> For example, if Py_Main() is never called (for CPython), it would still be None,

What is the content of sys.argv in that case? Can't we use the same value for sys._raw_argv?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29857>
_______________________________________


More information about the Python-bugs-list mailing list