File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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////////////////////////////////////////////////////////////////////////
2812test_descr
2913////////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments