Repair test failure. Bug 8727.

This commit is contained in:
Barry Warsaw 2010-05-18 14:15:20 +00:00
parent 2b80fa6939
commit 04b5684d00
3 changed files with 13 additions and 3 deletions

View file

@ -142,7 +142,6 @@ class ImportTests(unittest.TestCase):
self.assertIs(orig_path, new_os.path)
self.assertIsNot(orig_getenv, new_os.getenv)
@unittest.expectedFailure # Issue 8727 is tracking the fix.
def test_module_with_large_stack(self, module='longlist'):
# Regression test for http://bugs.python.org/issue561858.
filename = module + '.py'