mirror of
https://github.com/python/cpython.git
synced 2026-05-15 00:48:35 -04:00
63b8505281
not defined for a relative import. This is the start of work to try and clean up import semantics to rely more on a module's spec than on the myriad attributes that get set on a module. Thanks to Rose Ames for the patch.