[Jython-checkins] jython: Always join on subprocess coupler threads. Fixes #2488

jim.baker jython-checkins at python.org
Wed Aug 24 19:05:35 EDT 2016


https://hg.python.org/jython/rev/35fa19ca1859
changeset:   7935:35fa19ca1859
user:        Jim Baker <jim.baker at rackspace.com>
date:        Wed Aug 24 19:05:22 2016 -0400
summary:
  Always join on subprocess coupler threads. Fixes #2488

This join ensures that stdout, stderr is properly flushed even if the
subprocess has now exited.

Fixes a very old bug that has been in Jython since the introduction of
subprocess support in 2.5.

Thanks to Carl Wicklow for identifying this indentation bug.

files:
  NEWS |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@
 
 Jython 2.7.1rc
   Bugs fixed
+    - [ 2488 ] Always join on subprocess coupler threads
     - [ 2480 ] Repeating from <javapackage> import <class> results in reload
     - [ 2472 ] Importing simplejson fails with: 'NoneType' object has no
                attribute 'encode_basestring_ascii'

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list