[lxml-dev] lxml 1.3.6 released
Stefan Behnel
stefan_ml at behnel.de
Mon Oct 29 21:11:30 CET 2007
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