python - pq: Fix potential deadlock.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - pq: Fix potential deadlock.
Дата
Msg-id 20050820231514.774CF1126200@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix potential deadlock. Transaction.hooks was not protected by a lock. I think
this caused odd deadlocks from time to time by sneaking in a hook to the list
after it had been processed for finishing, which, of course, would be deadly to
Transaction.wait().

Modified Files:
--------------
    pq/src:
        transam.py (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/transam.py.diff?r1=1.3&r2=1.4)

В списке pgsql-committers по дате отправления:

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - web: Exclude /static from the sync.
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - pq: Add classifiers and fix copyright dates.