From 0b6aacc3c369f197c17a73b6fc8457a9df7f5982 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 839f1d8c7..b4663b054 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -37,6 +37,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.39.5