How do you test if the version of python that comes pre-installed on your machine (in this case, Mac Lion) was compiled with support for threading?
Here's my info:
[16:31 7] uname -a
Darwin leopard.local 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64 i386
[16:31 8] which python
/usr/bin/python
[16:31 9] python --version
Python 2.7.1