Comment 0 for bug 1284181

Revision history for this message
Tobias Widén (tobbetrollkarl) wrote :

After the upgrade of lxml 3.2.4 to 3.3.1 one of our unit tests started failing with the following message:

#30 test_invalid_login (tests.feature.test_login_logout.TestLoginLogout) ... python2.7: Modules/gcmodule.c:326: visit_decref: Assertion `gc->gc.gc_refs != 0' failed.

(the test passed after downgrading back to 3.2.4)

Python : sys.version_info(major=2, minor=7, micro=5, releaselevel='final', serial=0)
lxml.etree : (3, 3, 1, 0)
libxml used : (2, 9, 0)
libxml compiled : (2, 9, 0)
libxslt used : (1, 1, 28)
libxslt compiled : (1, 1, 28)