Issue #18364: Stop using the ImportError._not_found hack.
The private attribute was leaking out of importlib and led to at least one person noticing it. Switch to another hack which won't leak outside of importlib and is nearly as robust.
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment