From: Alex Martelli Date: Mon, 21 Aug 2006 20:58:26 +0000 (+0000) Subject: etree_c not broken any more. X-Git-Tag: v3.0a1~1366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bb5f1d4c0af2e4fd335757a44c0b8cd99388ff6;p=python etree_c not broken any more. --- diff --git a/BROKEN b/BROKEN index 9c9832b147..e5769f69ab 100644 --- a/BROKEN +++ b/BROKEN @@ -8,22 +8,6 @@ Also stack blowout, recursing between #5921 0x0003868c in slot_tp_call (self=0x5b0c90, args=0x338030, kwds=0x0) at ../Objects/typeobject.c:4583 #5922 0x00021124 in PyObject_Call (func=0x5b0c90, arg=0x3384c0, kw=0x134e10) at ../Objects/abstract.c:1791 -//////////////////////////////////////////////////////////////////////// -test_xml_etree_c -//////////////////////////////////////////////////////////////////////// - -********************************************************************** -File "/Users/guido/projects/python/py3k/Lib/test/test_xml_etree_c.py", line 112, in test.test_xml_etree_c.find -Failed example: - elem.find("section/tag").tag -Exception raised: - Traceback (most recent call last): - File "/Users/guido/projects/python/py3k/Lib/doctest.py", line 1207, in __run - compileflags, 1) in test.globs - File "", line 1, in - elem.find("section/tag").tag - AttributeError: 'NoneType' object has no attribute 'tag' - //////////////////////////////////////////////////////////////////////// test_descr ////////////////////////////////////////////////////////////////////////