When dealing with __import__ for detecting a global state change made by a
test, make sure to check if __builtins__ is a dict or not. Discovered when running importlib.test.regrtest.
Showing
Please register or sign in to comment
test, make sure to check if __builtins__ is a dict or not. Discovered when running importlib.test.regrtest.