Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2bb5f1d

Browse files
committed
etree_c not broken any more.
1 parent 0763c3f commit 2bb5f1d

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

BROKEN

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,6 @@ Also stack blowout, recursing between
88
#5921 0x0003868c in slot_tp_call (self=0x5b0c90, args=0x338030, kwds=0x0) at ../Objects/typeobject.c:4583
99
#5922 0x00021124 in PyObject_Call (func=0x5b0c90, arg=0x3384c0, kw=0x134e10) at ../Objects/abstract.c:1791
1010

11-
////////////////////////////////////////////////////////////////////////
12-
test_xml_etree_c
13-
////////////////////////////////////////////////////////////////////////
14-
15-
**********************************************************************
16-
File "/Users/guido/projects/python/py3k/Lib/test/test_xml_etree_c.py", line 112, in test.test_xml_etree_c.find
17-
Failed example:
18-
elem.find("section/tag").tag
19-
Exception raised:
20-
Traceback (most recent call last):
21-
File "/Users/guido/projects/python/py3k/Lib/doctest.py", line 1207, in __run
22-
compileflags, 1) in test.globs
23-
File "<doctest test.test_xml_etree_c.find[3]>", line 1, in <module>
24-
elem.find("section/tag").tag
25-
AttributeError: 'NoneType' object has no attribute 'tag'
26-
2711
////////////////////////////////////////////////////////////////////////
2812
test_descr
2913
////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)