On Fri, Jun 15, 2012 at 8:43 AM, Eli Bendersky <eli...@gmail.com> wrote:

> Hi,
>
> I committed a significant patch to _elementtree, which causes some bots to
> fail on test_xml_etree[_c]. I'm currently investigating the possible cause
> of this - and will be disabling a couple of tests in the suite temporarily,
> since the problems are most likely due to the ugly monkey-patching the
> test_xml_etree is based on.
>
> Eli
>
>
That's it, the stable bots are fairly green now. Some Windows failures were
there before my commits also (seems like there's instability in some tests,
like Locks).

One test in test_xml_etree remains disabled for the time being. I've opened
http://bugs.python.org/issue15075 to track this and will continue to
investigate. The problem most likely happens due to the monkey-patching
done by the test to import the Python and not the C implementation of ET.
Since it's the test that is problematic and not the implementation, I've
only marked the issue priority as "normal".

Anyone partial to debugging hairy import-related problems, feel free to
chime in ;-)

Eli
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to