# HG changeset patch # User Steve Borho # Date 1236650437 18000 # Node ID 2bc14da14992141f586b3a8f4dfe4253737cb1b0 # Parent 162fd31bbd93b8f1c9249dd4c17f6b1f80f44591 demandimport: blacklist pythoncom win32com.shell would segfault at import time if pythoncom was demand loaded. diff -r 162fd31bbd93 -r 2bc14da14992 mercurial/demandimport.py --- a/mercurial/demandimport.py Fri Mar 20 14:38:50 2009 -0500 +++ b/mercurial/demandimport.py Mon Mar 09 21:00:37 2009 -0500 @@ -117,6 +117,7 @@ '_xmlplus', 'fcntl', 'win32com.gen_py', + 'pythoncom', # imported by tarfile, not available under Windows 'pwd', 'grp',