[lxml-dev] lxml 1.3.6 released

Agustín Villena agustin.villena at gmail.com
Tue Oct 30 15:49:55 CET 2007


Hi Stefan:

I must report that the former crash on windows XP reported is gone in 
lxml 1.3.6.
(In the thread "Problem with lxml library running on Windows" of Oct 4 )

Good job lxml!
   Agustin

Stefan Behnel escribió:
> Hi all,
> 
> lxml 1.3.6 is up on PyPI. This is a bug fix release for the stable 1.3 series.
> It features an important fix for a crash bug. Updating is recommended.
> 
> Install it with
> 
> 	$ easy_install lxml==1.3.6
> 
> Have fun,
> Stefan
> 
> 
> 1.3.6 (2007-10-29)
> ==================
> 
> Bugs fixed
> ----------
> 
> * Backported decref crash fix from 2.0
> 
> * Well hidden free-while-in-use crash bug in ObjectPath
> 
> Other changes
> -------------
> 
> * The test suites now run ``gc.collect()`` in the ``tearDown()``
>   methods.  While this makes them take a lot longer to run, it also
>   makes it easier to link a specific test to garbage collection
>   problems that would otherwise appear in later tests.



More information about the lxml-dev mailing list