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 loewis
Recipients Arfrever, amaury.forgeotdarc, ezio.melotti, loewis, vstinner
Date 2010-07-28.05:54:43
SpamBayes Score 0.007612257
Marked as misclassified No
Message-id <1280296487.76.0.499936759628.issue8776@psf.upfronthosting.co.za>
In-reply-to
Content
Using that approach would work on POSIX systems.

Another problem I see is synchronizing the two. If some function strips arguments from sys.argv (because it has completed processing), sys.argvb would still keep the arguments. Of course, this could be fixed by having sys.argvb be a dynamic list (i.e. a sequence object) instead.
History
Date User Action Args
2010-07-28 05:54:48loewissetrecipients: + loewis, amaury.forgeotdarc, vstinner, ezio.melotti, Arfrever
2010-07-28 05:54:47loewissetmessageid: <1280296487.76.0.499936759628.issue8776@psf.upfronthosting.co.za>
2010-07-28 05:54:44loewislinkissue8776 messages
2010-07-28 05:54:43loewiscreate