summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c9369f01e..bca8b6aae 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1414,6 +1414,16 @@ Bugs fixed
* Some C compile failures in CPython 3.12 were resolved.
+* A C compile failure in PyPy 3.10 was resolved.
+ Patch by Matti Picus. (Github issue :issue:`5408`)
+
+* Cython modules now use PEP-489 multi-phase init by default in PyPy 3.9 and later.
+ Original patch by Matti Picus. (Github issue :issue:`5413`)
+
+* API header files generated by different Cython versions can now be included in the
+ same C file.
+ (Github issue :issue:`5383`)
+
* Function signatures containing a type like `tuple[()]` could not be printed.
Patch by Lisandro Dalcin. (Github issue :issue:`5355`)