New submission from anatoly techtonik <techto...@gmail.com>: os.execve() is said to replace current process with new program. Unfortunately, when you try to call script that contains os.execve() on windows - that script spawns background process and control is immediately returned to the calling program. Does it behave the same on Unix?
Is there any way to replace current process on Windows so that references to calling parent process are not lost and it could wait for execution to complete? ---------- components: Library (Lib) messages: 109176 nosy: techtonik priority: normal severity: normal status: open title: os.execve puts process to background on windows versions: Python 2.6, Python 2.7, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9148> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com