We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ec853 commit bfe52eeCopy full SHA for bfe52ee
CHANGES.rst
@@ -2,6 +2,27 @@
2
Cython Changelog
3
================
4
5
+3.1.1 (2025-0?-??)
6
+==================
7
+
8
+Bugs fixed
9
+----------
10
11
+* Some Limited API issues were resolved.
12
+ (Github issue :issue:`6862`)
13
14
+* Coroutines could fail to generate invalid C with line tracing enabled.
15
+ (Github issue :issue:`6865`)
16
17
+* Code using ``complex()`` could generate invalid C code missing type declarations.
18
+ (Github issue :issue:`6860`)
19
20
+* Code using e.g. ``list[int | None]`` outside of variable/argument annotations failed to compile.
21
+ (Github issue :issue:`6856`)
22
23
+* Accessing special methods on cpdef enums failed to compile.
24
25
26
3.1.0 (2025-05-08)
27
==================
28
0 commit comments