Tim Golden added the comment:

My use case is the reloader or restarter. I've initially fallen foul of this 
when using the cherrypy reloader (which does an execv by building from 
sys.executable + sys.argv) but I also have web services running which I'd like 
to restart remotely by forcing them to execv themselves.

It's trivial to retrieve the original command line from the Windows API, 
shlex.split it and pass it along to execv so this is hardly a showstopper. But 
it would be useful to have something equivalent built-in.

----------
nosy: +tim.golden

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14208>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to