mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
de4ebfe559
__package__, it was used. This was incorrect since it could be set to None to represent the fact that a proper value was unknown. Now None will trigger the calculation for __package__. Discovered when running importlib against test_importhooks.