##// END OF EJS Templates
Correctly tearDown some test cases with multiple inheritance....
Correctly tearDown some test cases with multiple inheritance. On Python 3.7+ this leads to Resources warnings at testing suite shutdown. Fix this at least for IPython.core.tests.test_interactiveshell.

File last commit:

r415:4a5dcb15
r24394:a2582e6a
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]