I'm running a set of tests with py.test. They pass. Yippie! But I'm getting this message:
Exception KeyError: KeyError(4427427920,) in <module 'threading' from '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.pyc'> ignored
How should I go about tracking down the source of that? (I'm not using threading directly, but am using gevent.)