242
242
# Windows or if it's manually configured it might need to be created,
243
243
# and then it should be private
244
244
os.makedirs(crash_dir, mode=0600)
246
246
# XXX: getuid doesn't work on win32, but the crash directory is per-user
247
247
if sys.platform == 'win32':