clean up overflow_lock in QueuePool

Issue #2466 resolved
Mike Bayer repo owner created an issue

the flow of handling the lock in _do_get() is terrible (multiple calls to release() under different codepaths) and also the whole need to check overflow lock for None should be replaced with a null lock.

Comments (2)

  1. Log in to comment