From: Daniele Varrazzo Date: Sun, 28 Aug 2022 10:00:12 +0000 (+0100) Subject: docs: add entry about segfault on fork fixed X-Git-Tag: 3.1~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4656390afec39ef73e6bffe59044cce0bfe76ee3;p=thirdparty%2Fpsycopg.git docs: add entry about segfault on fork fixed --- diff --git a/docs/news.rst b/docs/news.rst index 89db06cde..d6a9cca1a 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -37,6 +37,13 @@ Psycopg 3.1 (unreleased) - Drop support for Python 3.6. +Psycopg 3.0.17 (unreleased) +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Fix segfaults on fork on some Linux systems using `ctypes` implementation + (:ticket:`#300`). + + Current release ---------------