This commit ensures that __connlock is held during the whole __cursor_cache and __connection_cache initialization. This avoids any possible race condition, especially on dbapi2.connect() which could cause weird random anomalies
This commit ensures that __connlock is held during the whole __cursor_cache and __connection_cache initialization. This avoids any possible race condition, especially on dbapi2.connect() which could cause weird random anomalies