Commit 9c1334ef authored by Brett Cannon's avatar Brett Cannon

#17115: Remove what appears to be a useless chunk of code which broke

other tests.
parent df6931db
...@@ -26,10 +26,6 @@ try: ...@@ -26,10 +26,6 @@ try:
except ImportError: except ImportError:
threading = None threading = None
# Just in case sys.modules["test"] has the optional attribute __loader__.
if hasattr(pydoc_mod, "__loader__"):
del pydoc_mod.__loader__
if test.support.HAVE_DOCSTRINGS: if test.support.HAVE_DOCSTRINGS:
expected_data_docstrings = ( expected_data_docstrings = (
'dictionary for instance variables (if defined)', 'dictionary for instance variables (if defined)',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment