commit | 710513ef83eb7bb407ca43e4e1a35f0ef250515f | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu Oct 05 22:02:31 2006 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu Oct 05 22:02:31 2006 +0000 |
tree | fe98c249ac087ccfe6fc110e89becd00352b761e | |
parent | 8b274265f0ba3158900d34f42c12ad41144db938 [diff] |
Clarify what "re-initialization" means for init_builtin() and init_dynamic(). Also remove warning about re-initialization as possibly raising an execption as both call _PyImport_FindExtension() which pulls any module that was already imported from the Python process' extension cache and just copies the __dict__ into the module stored in sys.modules.