]> granicus.if.org Git - python/commit
Capturing the exit status for the build process didn't work. Using
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 17 Mar 2003 10:54:41 +0000 (10:54 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 17 Mar 2003 10:54:41 +0000 (10:54 +0000)
commit450bd873ac9a7d44d24498b67cd111ce77334e85
tree5d75f9586632bdf7bbf3e68bf4cdc04f9f419340
parente0cce8f8f00bf2c070cb1f564d950d62530df377
Capturing the exit status for the build process didn't work. Using
popen2.Popen4() makes it work. Fixes #702180.
Lib/plat-mac/pimp.py