summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2023-05-16 08:49:58 +0200
committerStefan Behnel <stefan_ml@behnel.de>2023-05-16 08:49:58 +0200
commitd86fc182071e4cf7378c86e28fd3b13b994f1448 (patch)
tree3114c142c00053e60b66f7d51021b9dfb086727d
parentfbe6162b0eee8c49b294ceb6af5fbe9aa0b9e6c2 (diff)
parent8af954f812f78d5258cb8440b13cc6944eccf940 (diff)
downloadcython-master.tar.gz
Merge branch '0.29.x'HEADmaster
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index bca8b6aae..a68e3c992 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1412,7 +1412,7 @@ Other changes
Bugs fixed
----------
-* Some C compile failures in CPython 3.12 were resolved.
+* Some C compile failures and crashes in CPython 3.12 were resolved.
* A C compile failure in PyPy 3.10 was resolved.
Patch by Matti Picus. (Github issue :issue:`5408`)