STINNER Victor <[email protected]> added the comment: 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. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue3367> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
