]> granicus.if.org Git - python/commit
backport r60104 + r60111 from trunk.
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 19 Jan 2008 22:29:41 +0000 (22:29 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 19 Jan 2008 22:29:41 +0000 (22:29 +0000)
commitc223c6cb413880842bf396153c237dd7f6eb619c
treebe4d2cd5238b4ee9667bade20dc522ec8afdf640
parentaf81c576ea441efb6c05aab31dc58b2792a5fdf2
backport r60104 + r60111 from trunk.
- Issue #1336: fix a race condition in subprocess.Popen if the garbage
  collector kicked in at the wrong time that would cause the process
  to hang when the child wrote to stderr.
Lib/subprocess.py
Misc/NEWS