The changelog for 2.7.3 mentions all bare except:s have been changed to except Exception:. Unfortunately, this can sometimes cause connections to be released to the pool in an inconsistent state.
Here's a script that demonstrates the problem using gevent timeouts: https://gist.github.com/leifkb/5871666 And a patch: https://gist.github.com/leifkb/5871691