mirror of
https://github.com/python/cpython.git
synced 2026-05-10 22:50:18 -04:00
ea0b823940
module name into consideration when determining whether a module is a package or not. This prevents importing a module's __init__ module directly and having it considered a package, which can lead to duplicate sub-modules. Thanks to Ronan Lamy for reporting the bug.