Message198981
| Author | eric.snow |
|---|---|
| Recipients | berker.peksag, brett.cannon, eric.snow |
| Date | 2013-10-05.05:07:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1380949687.94.0.184600624212.issue18864@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here's an initial patch. Some key things left to do: * unit tests * documentation * implement exec_module() for the various importlib loaders. Once that's squared away there are further things that will be addressed in new tickets (or at least separate patches). This includes: * remove init_module_attrs() and module_to_load() * deprecations * clear a bunch of helper functions out of _bootstrap.py * use ModuleSpec with __main__ * address impact on stdlib (pkgutil, pickle, etc.) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-10-05 05:08:08 | eric.snow | set | recipients: + eric.snow, brett.cannon, berker.peksag |
| 2013-10-05 05:08:07 | eric.snow | set | messageid: <1380949687.94.0.184600624212.issue18864@psf.upfronthosting.co.za> |
| 2013-10-05 05:08:07 | eric.snow | link | issue18864 messages |
| 2013-10-05 05:08:07 | eric.snow | create | |