File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 22Cython Changelog
33================
44
5- 3.1.2 (2025-??-?? )
5+ 3.1.2 (2025-06-08 )
66==================
77
88Bugs fixed
@@ -23,6 +23,15 @@ Bugs fixed
2323* Calls to C functions taking exception types failed to check for a `None ` argument.
2424 (Github issue :issue: `6420 `)
2525
26+ * Fused functions had an incorrect ``__module__ `` attribute.
27+ (Github issue :issue: `6897 `)
28+
29+ * The type of Cython implemented functions had an incorrect ``__module__ `` attribute.
30+ (Github issue :issue: `6841 `)
31+
32+ * Errors while indexing into ``bytearray `` or ``str `` in ``nogil `` sections could crash.
33+ (Github issue :issue: `6947 `)
34+
2635* The C++11 ``<type_traits> `` header was included regardless of the C++ version.
2736 (Github issue :issue: `6896 `)
2837
@@ -38,6 +47,9 @@ Bugs fixed
3847* Embedded function signatures were not always separated from the existing docstring.
3948 (Github issue :issue: `6904 `)
4049
50+ * ``numpy.math `` was missing from ``Cython/Includes/ `` and could not be cimported.
51+ (Github issue :issue: `6859 `)
52+
4153* Some tests were adapted for NumPy 2.x.
4254 (Github issue :issue: `6898 `)
4355
You can’t perform that action at this time.
0 commit comments