Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv12858

Modified Files:
        childapp.py 
Log Message:
do not close streams when we have to kill the app by force

Index: childapp.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/childapp.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** childapp.py 19 Sep 2003 22:07:57 -0000      1.13
--- childapp.py 20 Sep 2003 17:30:23 -0000      1.14
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.14  2003/09/20 17:30:23  dischi
+ # do not close streams when we have to kill the app by force
+ #
  # Revision 1.13  2003/09/19 22:07:57  dischi
  # add unified PlayerThread function to avoid duplicate code
***************
*** 154,166 ****
              pass
          
!         try:
!             # this may cause some problems with threads
!             # in the child because not everything died :-(
!             self.outfile.close()
!             self.errfile.close()
!             self.infile.close()
!         except:
!             print 'error closing filehandler'
!             pass
          self.child = None
  
--- 157,169 ----
              pass
          
!         # this may cause some problems with threads
!         # in the child because not everything died :-(
!         # try:
!         # self.outfile.close()
!         # self.errfile.close()
!         # self.infile.close()
!         # except:
!         #    print 'error closing filehandler'
!         #    pass
          self.child = None
  




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to