Currently procname only allows to change the first command-line argument
(usually the name of the python interpreter). The attached patch allows to
pass a full array of arguments, and only overwrite what's been allocated when
the program started. This is also useful to clear the previously allocated
command-line arguments, which the original procname didn't do.
Original issue reported on code.google.com by cara...@gmail.com on 16 Feb 2010 at 1:40
Original issue reported on code.google.com by
cara...@gmail.com
on 16 Feb 2010 at 1:40Attachments: