Issue #17099: Have importlib.find_loader() raise ValueError when
__loader__ is not set on a module. This brings the exception in line with when __loader__ is None (which is equivalent to not having the attribute defined).
B
Brett Cannon committed
327992330e13cd6663faa8400f9ff46daab828b0
Parent: 542308e