mirror of
https://github.com/python/cpython.git
synced 2026-05-12 07:30:13 -04:00
327992330e
__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).