Sourced from cython's changelog.
3.0.5 (2023-10-??)
Bugs fixed
A compiler crash was fixed. (Github issue :issue:
5771
)A typo in the
always_allow_keywords
directive for Python code was fixed. Patch by lk-1984. (Github issue :issue:5772
)
848eb70
Prepare release of 3.0.5.8778c68
Update changelog.f697dec
Use sysconfig module instead of distutils.sysconfig for python >= 3.9
(GH-5761)fd96443
Adapt to C-API changes in CPython 3.13a1 (GH-5767)526e1fc
Avoid a C++ warning about needlessly casting "const char*" to
"char*" in Py3....edaea23
Avoid a costly Python dict creation in a function call when we'd only
pass th...f0d2a1a
Minor cleanup and comments.0687006
Cleanup: Free Python objects in opposite allocation order in order to
reduce ...1ef3c9d
Fix an incorrect macro usage as version check.57ae78d
Fix a C function prototype warning (#5780)