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 ajaksu2, akuchling, belopolsky, benjamin.peterson, brett.cannon, georg.brandl, kristjan.jonsson, loewis, meador.inge, skrah, vstinner
Date 2012-03-26.11:20:43
SpamBayes Score 0.0013953573
Marked as misclassified No
Message-id <CAMpsgwYgf9PQZus9HRsnXP8XRtq8C7bzOZDmqFwKfssvkZLv-A@mail.gmail.com>
In-reply-to <1332759106.22.0.223408141738.issue3367@psf.upfronthosting.co.za>
Content
Kristján's patch is wrong: n should be set to 0 even if argc > 0. The
patch is also useless with argv-alloc.diff.

@Stefan: Your patch is correct and solves the issue. You can commit it
to 2.7, 3.2 and 3.3.
History
Date User Action Args
2012-03-26 11:20:44vstinnersetrecipients: + vstinner, loewis, akuchling, brett.cannon, georg.brandl, belopolsky, kristjan.jonsson, ajaksu2, benjamin.peterson, skrah, meador.inge
2012-03-26 11:20:43vstinnerlinkissue3367 messages
2012-03-26 11:20:43vstinnercreate