summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-05-18 14:15:20 (GMT)
committerBarry Warsaw <barry@python.org>2010-05-18 14:15:20 (GMT)
commit04b5684d002de5e3eb4232bb287c6884afb61bf3 (patch)
tree4a7c6928b97e00d09015b286153dfaf9cf7b7efb /Lib/test
parent2b80fa693914dcfe7983767328d0b545e0fd4c0e (diff)
downloadcpython-04b5684d002de5e3eb4232bb287c6884afb61bf3.zip
cpython-04b5684d002de5e3eb4232bb287c6884afb61bf3.tar.gz
cpython-04b5684d002de5e3eb4232bb287c6884afb61bf3.tar.bz2
Repair test failure. Bug 8727.
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_import.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_import.py b/Lib/test/test_import.py
index 5649e14..bf689ae 100644
--- a/Lib/test/test_import.py
+++ b/Lib/test/test_import.py
@@ -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'