On Mon, Apr 16, 2012 at 2:31 AM, Brett Cannon <[email protected]> wrote: > What about sys.path_importer_cache: all of it or just NullImporter/None > entries (or should that be a boolean to this function)? And shouldn't it be > called reset_import() with the level of changes you are proposing the > function make?
Hmm, perhaps the simpler suggestion is: "If you want a clean import state, use multiprocessing or the subprocess module to invoke a new instance of python" :) Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
