Skip to content

Instantly share code, notes, and snippets.

@phihag
phihag / gist:1859087
Created February 18, 2012 12:29
Thread safety demo
#!/usr/bin/env python
import os
import subprocess
import sys
from threading import Thread
from time import sleep