diff --git a/newsfragments/4534.changed.md b/newsfragments/4534.changed.md new file mode 100644 index 00000000000..c6ff877976d --- /dev/null +++ b/newsfragments/4534.changed.md @@ -0,0 +1,3 @@ +* Updated the FFI bindings for functions and struct fields that have been + deprecated or removed. You may see new deprecation warnings if you are using + functions or fields exposed by the C API that are deprecated. diff --git a/newsfragments/4534.removed.md b/newsfragments/4534.removed.md new file mode 100644 index 00000000000..3ecd27f5eb9 --- /dev/null +++ b/newsfragments/4534.removed.md @@ -0,0 +1 @@ +* Removed the bindings for the private function `_PyErr_ChainExceptions`.