This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013年05月28日 22:46 by brett.cannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (1) | |||
|---|---|---|---|
| msg190254 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2013年05月28日 22:46 | |
There is no good reason to have set_loader and set_package separately. There should just be a single decorator which sets both of those attributes post-import (with the proper doc note saying use module_for_loader instead when possible to have the attributes set during execution). |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:46 | admin | set | github: 62286 |
| 2013年05月29日 00:08:36 | brett.cannon | set | status: open -> closed superseder: Create importlib.abc.Loader.init_module_attrs() resolution: rejected |
| 2013年05月28日 22:46:43 | brett.cannon | create | |