Created
June 12, 2010 15:14
-
-
Save alcides/435801 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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