[issue8776] Bytes version of sys.argv

STINNER Victor report at bugs.python.org
Sun Oct 24 22:36:45 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Prototype (in Python) of argvb.py. Try it with: ./python -i argvb.py.

It's not possible to create sys.argvb in Python in a module loaded by Py_Initialize(), because sys.argv is created after Py_Initialize().

----------
Added file: http://bugs.python.org/file19355/argvb.py

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


More information about the Python-bugs-list mailing list