This was recently discovered to be a problem [1] and was patched in all branches. I have no idea when 2.7.4 will be released, so I'd like to propose 2.7.3-r3 with this [2]. [1]: http://bugs.python.org/issue14308 [2]: http://hg.python.org/cpython/rev/ab9d6c4907e7 Reproducible: Always
If I understand correctly this is an exception triggered during thread shutdown that makes it to logs. Is there harmful behaviour fixed by this other than log noise in some conditions?
I don't think I'm really qualified to answer any better than the discussion on bpo bug report. On basic level, I'm not sure why the "normal" should be to start filtering this out in my logs.
@python: This looks like it can be closed if it was fixed in Python 2.7.4?