Take the first step in resolving the messy pkgutil vs importlib edge cases by...
Take the first step in resolving the messy pkgutil vs importlib edge cases by basing pkgutil explicitly on importlib, deprecating its internal import emulation and setting __main__.__loader__ correctly so that runpy still works (Affects #15343, #15314, #15357)
Showing
This diff is collapsed.
Please register or sign in to comment