Tim Peters 1cd701732f PyImport_ExecCodeModuleEx(): remove module from sys.modules in error cases.
PyImport_ReloadModule():  restore the module to sys.modules in error cases.
load_package():  semantic-neutral refactoring from an earlier stab at
                 this patch; giving it a common error exit made the code
                 easier to follow, so retaining that part.
_RemoveModule():  new little utility to delete a key from sys.modules.
2004-08-02 03:52:12 +00:00
..
2004-07-08 01:49:00 +00:00
2002-06-11 06:22:31 +00:00
2002-01-23 15:51:12 +00:00
2002-08-15 14:59:02 +00:00
2004-05-13 11:54:19 +00:00
2002-12-30 22:08:05 +00:00
2004-06-13 20:32:17 +00:00
2002-06-11 06:22:31 +00:00
2004-07-07 17:44:12 +00:00