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.

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:08eric.snowsetrecipients: + eric.snow, brett.cannon, berker.peksag
2013-10-05 05:08:07eric.snowsetmessageid: <1380949687.94.0.184600624212.issue18864@psf.upfronthosting.co.za>
2013-10-05 05:08:07eric.snowlinkissue18864 messages
2013-10-05 05:08:07eric.snowcreate