Commit 18b19ad0 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.29-reg' into 0.29.x

parents 7fbf5eee d0379466
......@@ -2,6 +2,17 @@
Cython Changelog
================
0.29.30 (2022-05-16)
====================
Bugs fixed
----------
* The GIL handling changes in 0.29.29 introduced a regression where
objects could be deallocated without holding the GIL.
(Github issue #4796)
0.29.29 (2022-05-16)
====================
......
# cython.* namespace for pure mode.
from __future__ import absolute_import
__version__ = "0.29.29"
__version__ = "0.29.30"
try:
from __builtin__ import basestring
......
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