]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: mention musl-ctypes workaround in news file 725/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 29 Jan 2024 00:24:05 +0000 (00:24 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 29 Jan 2024 00:24:05 +0000 (00:24 +0000)
docs/news.rst

index 839f1d8c74ee04e2aa1335a6e09951bb33acf57b..b4663b054af4c6ed37bf53b8ee82653e801bd379 100644 (file)
@@ -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