From f24b1370b66e13a99029e00870a2d1c6b5a72090 Mon Sep 17 00:00:00 2001 From: David Hewitt <1939362+davidhewitt@users.noreply.github.com> Date: Tue, 27 Dec 2022 20:14:21 +0000 Subject: [PATCH] correct changelog for 2772 --- newsfragments/2772.fixed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsfragments/2772.fixed.md b/newsfragments/2772.fixed.md index 151a9c78..cf7b7986 100644 --- a/newsfragments/2772.fixed.md +++ b/newsfragments/2772.fixed.md @@ -1 +1 @@ -Fix `PyUnicodeDecodeError_Create` failing unconditionally with a TypeError on PyPy. +Fix soundness issue with FFI definition `PyUnicodeDecodeError_Create` on PyPy leading to indeterminate behaviour (typically a `TypeError`).