Re: [Python-Dev] r85839 - python/branches/py3k/Python/sysmodule.c

Oct. 25, 2010
5:47 p.m.
On Mon, 25 Oct 2010 19:37:23 +0200 (CEST) victor.stinner <python-checkins@python.org> wrote:
- if (argc == 0) - return; argv0 = argv[0];
Well, are you sure argv[0] is valid when argc is 0? Regards Antoine.
5346
Age (days ago)
5346
Last active (days ago)
0 comments
1 participants
participants (1)
-
Antoine Pitrou