Skip to content

Instantly share code, notes, and snippets.

@ResolveWang
Created September 6, 2016 09:29
Show Gist options
  • Save ResolveWang/5299fc2533a61671e896372c9770f996 to your computer and use it in GitHub Desktop.
Save ResolveWang/5299fc2533a61671e896372c9770f996 to your computer and use it in GitHub Desktop.
t = threading.Timer(timeout,conn.cancel)
t.start()
cursor = conn.cursor()
cursor.execute(query)
res = cursor.fetchall()
t.cancel()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment