]> granicus.if.org Git - python/commit
Fixed bug #1557 by using popen.communicate() before popen.wait()
authorChristian Heimes <christian@cheimes.de>
Wed, 5 Dec 2007 20:10:38 +0000 (20:10 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 5 Dec 2007 20:10:38 +0000 (20:10 +0000)
commitcbdb705c887fb9c7feaa83ad93c365448926b110
tree16f5352a5baf50ace4051644766db61c3805f537
parentba687525c5cd03b1ba4384180d80fba828c84cf1
Fixed bug #1557 by using popen.communicate() before popen.wait()
Lib/distutils/msvc9compiler.py