]> granicus.if.org Git - python/commit
Clarify what "re-initialization" means for init_builtin() and init_dynamic().
authorBrett Cannon <bcannon@gmail.com>
Thu, 5 Oct 2006 22:02:31 +0000 (22:02 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 5 Oct 2006 22:02:31 +0000 (22:02 +0000)
commit710513ef83eb7bb407ca43e4e1a35f0ef250515f
treefe98c249ac087ccfe6fc110e89becd00352b761e
parent8b274265f0ba3158900d34f42c12ad41144db938
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.
Doc/lib/libimp.tex