[Import-SIG] Import engine PEP up on python.org

Nick Coghlan ncoghlan at gmail.com
Mon Nov 14 02:46:14 CET 2011


On Mon, Nov 14, 2011 at 11:27 AM, Nick Coghlan <ncoghlan at gmail.com> wrote:
> We would have to go through the interpreter and eliminate all of the
> current locations where 'sys' gets bypassed to make that work, though
> (e.g. most direct access to interp->modules from C code would need to
> be updated to go through 'sys' instead).

Alternatively, we could decide to skip supporting isolation of
sys.modules altogether in the initial incarnation - that would also
deal with the builtins and extension module problem.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Import-SIG mailing list