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`).