This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Arfrever, amaury.forgeotdarc, ezio.melotti, lemburg, loewis, vstinner
Date 2010-10-24.20:35:57
SpamBayes Score 1.0196394e-06
Marked as misclassified No
Message-id <1287952605.11.0.511011044974.issue8776@psf.upfronthosting.co.za>
In-reply-to
Content
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().
History
Date User Action Args
2010-10-24 20:36:45vstinnersetrecipients: + vstinner, lemburg, loewis, amaury.forgeotdarc, ezio.melotti, Arfrever
2010-10-24 20:36:45vstinnersetmessageid: <1287952605.11.0.511011044974.issue8776@psf.upfronthosting.co.za>
2010-10-24 20:35:57vstinnerlinkissue8776 messages
2010-10-24 20:35:57vstinnercreate