On Mon, 25 Oct 2010 19:37:23 +0200 (CEST)
victor.stinner <[email protected]> wrote:
>  
> -    if (argc == 0)
> -        return;
>      argv0 = argv[0];

Well, are you sure argv[0] is valid when argc is 0?

Regards

Antoine.


_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to