From 8fc5005dfe3eb66a46470ad8a8c7b95fc4d6bdca Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 6 Aug 2009 21:11:27 +0000 Subject: merge 0.6 series to trunk. --- lib/sqlalchemy/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/queue.py') diff --git a/lib/sqlalchemy/queue.py b/lib/sqlalchemy/queue.py index c9ab82acf..2aaeea9d0 100644 --- a/lib/sqlalchemy/queue.py +++ b/lib/sqlalchemy/queue.py @@ -2,7 +2,7 @@ behavior, using RLock instead of Lock for its mutex object. This is to support the connection pool's usage of weakref callbacks to return -connections to the underlying Queue, which can apparently in extremely +connections to the underlying Queue, which can in extremely rare cases be invoked within the ``get()`` method of the Queue itself, producing a ``put()`` inside the ``get()`` and therefore a reentrant condition.""" -- cgit v1.2.1