Commit 5bc42067 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents b6ca1a2e 4060346c
......@@ -939,6 +939,36 @@ Other changes
.. _`PEP-479`: https://www.python.org/dev/peps/pep-0479
.. _0.29.29:
0.29.29 (2022-??-??)
====================
Bugs fixed
----------
* Function definitions in ``finally:`` clauses were not correctly generated.
Patch by David Woods. (Github issue #4651)
* A case where C-API functions could be called with a live exception set was fixed.
Patch by Jakub Kulík. (Github issue #4722)
* Pickles can now be exchanged again with those generated from Cython 3.0 modules.
(Github issue #4680)
* The C union type in pure Python mode mishandled some field names.
Patch by Jordan Brière. (Github issue #4727)
* Allow users to overwrite the C macro ``_USE_MATH_DEFINES``.
Patch by Yuriy Chernyshov. (Github issue #4690)
* Improved compatibility with CPython 3.10/11.
Patches by Thomas Caswell, David Woods. (Github issues #4609, #4667, #4721, #4730)
* Docstrings of descriptors are now provided in PyPy 7.3.9.
Patch by Matti Picus. (Github issue #4701)
.. _0.29.28:
0.29.28 (2022-02-17)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment