[Lxml-checkins] r54344 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Fri May 2 19:15:15 CEST 2008


Author: scoder
Date: Fri May  2 19:15:15 2008
New Revision: 54344

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/CHANGES.txt
Log:
 r4123 at delle:  sbehnel | 2008-05-02 19:13:17 +0200
 changelog


Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt	(original)
+++ lxml/trunk/CHANGES.txt	Fri May  2 19:15:15 2008
@@ -17,6 +17,10 @@
 Bugs fixed
 ----------
 
+* Moving a subtree from a document created in one thread into a
+  document of another thread could crash when the rest of the source
+  document is deleted while the subtree is still in use.
+
 * Passing an nsmap when creating an Element will no longer strip
   redundantly defined namespace URIs.  This prevented the definition
   of more than one prefix for a namespace on the same Element.


More information about the lxml-checkins mailing list