Path to this page:
Subject: CVS commit: pkgsrc/devel/py-cython
From: Adam Ciarcinski
Date: 2023-12-29 22:22:57
Message id: 20231229212257.9A60CFA42@cvs.NetBSD.org
Log Message:
py-cython: updated to 3.0.7
3.0.7 (2023-12-19)
==================
Bugs fixed
----------
* In the iterator of generator expressions, ``await`` and ``yield`` were not \
correctly analysed.
(Github issue :issue:`5851`)
* ``cpdef`` enums with the same name cimported from different modules could lead to
invalid C code.
(Github issue :issue:`5887`)
* Some declarations in ``cpython.unicode`` were fixed and extended.
(Github issue :issue:`5902`)
* Compiling fused types used in pxd files could crash Cython in Python 3.11+.
(Github issues :issue:`5894`, :issue:`5588`)
* Source files with non-ASCII file names could crash Cython.
(Github issue :issue:`5873`)
* Includes all bug-fixes and features from the 0.29 maintenance branch
up to the :ref:`0.29.37` release.
Files: