]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: mention musl-ctypes workaround in news file
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 02:24:13 +0000 (02:24 +0000)
docs/news.rst

index 4e05cefbdfbee1864bc9337d9b2629d4b6bfdafa..6e82bbc00fad2df437b33ac0a0a62747e7225661 100644 (file)
@@ -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