This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kushal.das
Recipients kushal.das
Date 2017-05-23.18:02:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495562562.53.0.327833904863.issue30442@psf.upfronthosting.co.za>
In-reply-to
Content
test test_xml_etree failed -- Traceback (most recent call last):
  File "/home/travis/build/python/cpython/Lib/test/test_xml_etree.py", line 1553, in test_bug_xmltoolkit63
    self.assertEqual(sys.getrefcount(None), count)
AssertionError: 522146 != 522143

Under coverage (in our travis CI) test_xml_etree fails for refcount. Brett suggests to skip this test in case running under coverage.
History
Date User Action Args
2017-05-23 18:02:42kushal.dassetrecipients: + kushal.das
2017-05-23 18:02:42kushal.dassetmessageid: <1495562562.53.0.327833904863.issue30442@psf.upfronthosting.co.za>
2017-05-23 18:02:42kushal.daslinkissue30442 messages
2017-05-23 18:02:42kushal.dascreate