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 Arfrever
Recipients Arfrever, eli.bendersky, ezio.melotti, serhiy.storchaka
Date 2017-04-09.19:45:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491767152.03.0.567685529253.issue30027@psf.upfronthosting.co.za>
In-reply-to
Content
To reproduce problem when running only these 2 files, use e.g.:
python2.7 -3 -m test.test_xml_etree
python2.7 -3 -m test.test_xml_etree_c

For full test suite, this -3 option is set in Makefile:
TESTPYTHON=     $(RUNSHARED) ./$(BUILDPYTHON) -Wd -3 -E -tt $(TESTPYTHONOPTS)
History
Date User Action Args
2017-04-09 19:45:52Arfreversetrecipients: + Arfrever, ezio.melotti, eli.bendersky, serhiy.storchaka
2017-04-09 19:45:52Arfreversetmessageid: <1491767152.03.0.567685529253.issue30027@psf.upfronthosting.co.za>
2017-04-09 19:45:52Arfreverlinkissue30027 messages
2017-04-09 19:45:51Arfrevercreate