Re: segmentation faults with psycopg2 and multiprocessing

Поиск
Список
Период
Сортировка
От Ryan Kelly
Тема Re: segmentation faults with psycopg2 and multiprocessing
Дата
Msg-id 20120928233253.GM25296@llserver.lakeliving.com
обсуждение исходный текст
Ответ на Re: segmentation faults with psycopg2 and multiprocessing  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Список psycopg
On Fri, Sep 28, 2012 at 11:48:54PM +0100, Daniele Varrazzo wrote:
> On Fri, Sep 28, 2012 at 10:43 PM, Ryan Kelly <rpkelly22@gmail.com> wrote:
>
> >> Ritual questions: what psycopg, postgres and python versions are?
> > psycopg2: 2.4.2
>
> Oh, there it is: it's a known issue, it has been fixed in 2.4.3. I've
> missed it at a first scan of the git blame, but we were actually not
> reacquiring the GIL before calling PyErr_Occurred().
>
> Just bump to the latest psycopg version and everything should be fixed.
This is great news. Thanks!

>
> -- Daniele

-Ryan Kelly


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

Предыдущее
От: Daniele Varrazzo
Дата:
Сообщение: Re: segmentation faults with psycopg2 and multiprocessing
Следующее
От: Daniele Varrazzo
Дата:
Сообщение: Fixing handling of errors in green communication