Skip to content

Instantly share code, notes, and snippets.

@alcides
Created June 12, 2010 15:14
Show Gist options
  • Save alcides/435801 to your computer and use it in GitHub Desktop.
Save alcides/435801 to your computer and use it in GitHub Desktop.
# Reason a project was crashing the machine.
Thread(target=fun1).start()
def fun1():
do_a_network_call_that_takes_10s_or_raises_some_weird_exception()
some_gui_and_os_related_code()
fun1()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment