From 8bc51e6812cfaedebdd7afff7c86be301d5fbf66 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 29 Jan 2024 00:24:05 +0000 Subject: [PATCH] docs: mention musl-ctypes workaround in news file --- docs/news.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 4e05cefbd..6e82bbc00 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -15,6 +15,10 @@ Psycopg 3.1.18 (unreleased) - Fix possible deadlock on pipeline exit (:ticket:`685`). - Fix overflow loading large intervals in C module (:ticket:`719`). +- Fix compatibility with musl libc distributions affected by `CPython issue + #65821`__ (:ticket:`#725`). + +.. __: https://github.com/python/cpython/issues/65821 Current release -- 2.47.2