Path to this page:
Subject: CVS commit: pkgsrc/devel/py-cython
From: Adam Ciarcinski
Date: 2024-01-10 21:37:34
Message id: 20240110203734.75032FA42@cvs.NetBSD.org
Log Message:
py-cython: updated to 3.0.8
3.0.8 (2024-01-10)
Bugs fixed
* Using ``const`` together with defined fused types could fail to compile.
* A "use after free" bug was fixed in parallel sections.
* Several types were not available as ``cython.*`` types in pure Python code.
* The generated code is now correct C89 again, removing some C++ style ``//`` \
comments
and C99-style declaration-after-code code ordering. This is still relevant \
for some
ols C compilers, specifically ones that match old Python 2.7 installations.
Files: