137
129
if __name__ == '__main__':
142
134
profile_imports.log_stack_info(sys.stderr)
144
140
# By this point we really have completed everything we want to do, and
145
141
# there's no point doing any additional cleanup. Abruptly exiting here
146
142
# stops any background threads getting into trouble as code is unloaded,