Ñò Š„[Jc @ sp d Z d d k Z d d k Z d d k Z d d k l Z l Z d d k l Z d d k l Z l Z l Z h Z d „ Z d „ Z d e f d „ ƒ YZ d e f d „ ƒ YZ d d „ Z d e f d „ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d S( s{ Connection pooling for DB-API connections. Provides a number of connection pool implementations for a variety of usage scenarios and thread behavior requirements imposed by the application, DB-API or database itself. Also provides a DB-API 2.0 connection proxying mechanism allowing regular DB-API connect() methods to be transparently managed by a SQLAlchemy connection pool. iÿÿÿÿN( t exct log( t queue( t threadingt picklet as_interfacec K s<