[issue9148] os.execve puts process to background on windows
R. David Murray
report at bugs.python.org
Mon Aug 27 02:11:16 CEST 2012
R. David Murray added the comment:
This looks like the answer to the cygwin question, assuming things haven't changed:
http://cygwin.com/ml/cygwin-developers/2001-02/msg00106.html
Basically, it does the same thing as Python, except that a special return code is reported by the execing process to signal to whoever created the execing process that an exec has occurred.
Would it be at all useful to add such a return code?
----------
nosy: +r.david.murray
versions: +Python 3.4 -Python 2.6, Python 2.7, Python 3.2
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9148>
_______________________________________
More information about the Python-bugs-list
mailing list