Skip to content

Instantly share code, notes, and snippets.

@clintecker
Forked from DrPizza/gist:3492807
Created August 27, 2012 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clintecker/3492816 to your computer and use it in GitHub Desktop.
Save clintecker/3492816 to your computer and use it in GitHub Desktop.
Bogus VC++ 2012 error?
from threading import Thread
t = Thread()
t.start()
t.join()
@leedo
Copy link

leedo commented Aug 27, 2012

enjoy ur GIL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment