Issue 36954: test_recursive_repr breaks tracing in test_xml_etree

Issue36954

Created on 2019-05-18 01:23 by gphemsley, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 13267 open gphemsley, 2019-05-18 01:23
Messages (2)
msg342783 - (view) Author: Gordon P. Hemsley (gphemsley) * Date: 2019-05-18 01:23
When running test_xml_etree with tracing, e.g. when running test coverage, tracing breaks after the execution of test_recursive_repr.
msg343437 - (view) Author: Xavier de Gaye (xdegaye) * (Python triager) Date: 2019-05-24 22:16
@gphemsley
Can you please provide the output of running test_xml_etree with tracing.
History
Date User Action Args
2022-04-11 14:59:15adminsetgithub: 81135
2019-05-24 22:16:18xdegayesetnosy: + xdegaye
messages: + msg343437
2019-05-18 02:19:12xtreaksetnosy: + scoder
2019-05-18 01:23:46gphemsleycreate