mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
efad00d520
importlib.util.module_for_loader also will set __loader__ along with __package__. This is in conjunction to a forthcoming update to PEP 302 which will make these two attributes required for loaders to set.