pkgsrc/devel/py-cython
adam f1ce4bfa3e py-cython: updated to 0.29.25
0.29.25
=======

Bugs fixed
----------

* Several incompatibilities with CPython 3.11 were resolved.

* Some C compiler warnings were resolved.

* C++ ``std::move()`` should only be used automatically in MSVC versions that support it.

 * The ``Py_hash_t`` type failed to accept arbitrary "index" values.

* Avoid copying unaligned 16-bit values since some platforms require them to be aligned.
  Use memcpy() instead to let the C compiler decide how to do it.

* Cython crashed on invalid truthiness tests on C++ types without ``operator bool``.
  Patch by David Woods.

* The declaration of ``PyUnicode_CompareWithASCIIString()`` in ``cpython.unicode`` was incorrect.
2021-12-07 09:44:13 +00:00
..
patches
ALTERNATIVES
buildlink3.mk
DESCR
distinfo py-cython: updated to 0.29.25 2021-12-07 09:44:13 +00:00
Makefile py-cython: updated to 0.29.25 2021-12-07 09:44:13 +00:00
PLIST
tool.mk