From 4656390afec39ef73e6bffe59044cce0bfe76ee3 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 28 Aug 2022 11:00:12 +0100 Subject: [PATCH] docs: add entry about segfault on fork fixed --- docs/news.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 --------------- -- 2.47.2