Kristian Vlaardingerbroek <[email protected]> added the comment:
Following tests in test_descr.py fail with both methods: test_iter_items test_iter_keys test_iter_values regrtest -T causes the following test to fail aswell: test_slots The test_iter_* tests fail because __locals__ gets added to the namespace of the class it is testing when tracing is enabled. test_slots fails on line 1031 in a section marked "Test lookup leaks [SF bug 572567]" ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10992> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
