summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2023-04-13 09:50:01 +0200
committerStefan Behnel <stefan_ml@behnel.de>2023-04-13 09:50:01 +0200
commit09484713cead73353ef3354e96677e0c7b6e293f (patch)
tree49efc06df6ddda975babb5e2b6b18f162cccf6ba /CHANGES.rst
parent0dd38bf8acbc0822986e7f4f196321e661abed53 (diff)
parent0a944e51e400b69a38a96d9d0d6ec075841dd4dc (diff)
downloadcython-09484713cead73353ef3354e96677e0c7b6e293f.tar.gz
Merge branch '0.29.x'
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 56b4b271c..8f8b893c3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1396,6 +1396,8 @@ Other changes
Bugs fixed
----------
+* Some C compile failures in CPython 3.12 were resolved.
+
* Function signatures containing a type like `tuple[()]` could not be printed.
Patch by Lisandro Dalcin. (Github issue :issue:`5355`)