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 danielsh
Recipients Arfrever, danielsh, einarfd, eli.bendersky, ezio.melotti, georg.brandl, jcea, larry, santoso.wijaya
Date 2012-12-29.16:18:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356797893.54.0.894043200885.issue16076@psf.upfronthosting.co.za>
In-reply-to
Content
Any attempt to pickle an Element object in test_xml_etree.py causes that test to fail if test___all__ had been run before it; see attached transcript.  It's against 3.4, with no changes other than the testsuite changes shown within.

I don't know what the root cause is.  As noted before, adding 'xml.etree' to test___all__.AllTest.test_all.blacklist is a workaround, so I assume the root cause lies within the test framework --- a bad interaction between the import magics in test___all__ and test_xml_etree.
History
Date User Action Args
2012-12-29 16:18:13danielshsetrecipients: + danielsh, georg.brandl, jcea, larry, ezio.melotti, Arfrever, eli.bendersky, santoso.wijaya, einarfd
2012-12-29 16:18:13danielshsetmessageid: <1356797893.54.0.894043200885.issue16076@psf.upfronthosting.co.za>
2012-12-29 16:18:13danielshlinkissue16076 messages
2012-12-29 16:18:13danielshcreate