Rev 4748: Add NEWS entry and fix missing import. in file:///home/vila/src/bzr/bugs/392127-thread-leak/

Vincent Ladeuil v.ladeuil+lp at free.fr
Tue Oct 13 14:39:20 BST 2009


At file:///home/vila/src/bzr/bugs/392127-thread-leak/

------------------------------------------------------------
revno: 4748
revision-id: v.ladeuil+lp at free.fr-20091013133920-moqwuq39nyzdudvf
parent: v.ladeuil+lp at free.fr-20091012155748-8x6s0ck3t6ectsez
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 392127-thread-leak
timestamp: Tue 2009-10-13 15:39:20 +0200
message:
  Add NEWS entry and fix missing import.
  
  * bzrlib/smart/server.py: 
  Add missing import.
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2009-10-07 10:24:04 +0000
+++ b/NEWS	2009-10-13 13:39:20 +0000
@@ -375,6 +375,10 @@
   bugfix vs 2.0rc1, and all 2.0rc1 users should upgrade to 2.0rc2 before
   converting repositories. (Robert Collins, #422849)
 
+* Most of the leaked threads during selftest are now fixed, allowing the
+  full test suite to pass on gentoo.
+  (Vincent Ladeuil, #392127)
+
 * Network streams now decode adjacent records of the same type into a
   single stream, reducing layering churn. (Robert Collins)
 

=== modified file 'bzrlib/smart/server.py'
--- a/bzrlib/smart/server.py	2009-10-08 14:34:02 +0000
+++ b/bzrlib/smart/server.py	2009-10-13 13:39:20 +0000
@@ -18,6 +18,7 @@
 
 import errno
 import os.path
+import select
 import socket
 import sys
 import threading



More information about the bazaar-commits mailing list