From 9fccd983ff6bdcc405bf4078c36841cf1201f4c3 Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Mon, 21 Oct 2019 11:35:17 +0200 Subject: update whatsnew --- doc/source/whatsnew.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst index 1b806ca..6caab06 100644 --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -12,9 +12,13 @@ v1.13.1 the purposes of ``cdef()``, but the reason for deprecating the bare version is that (as far as I know) it would always be mistake in a real C header. +* fix the regression ``RuntimeError: found a situation in which we try + to build a type recursively`` (`issue #429`_). + * fixed `issue #427`_ where a multithreading mistake in the embedding logic initialization code would cause deadlocks on CPython 3.7. +.. _`issue #429`: https://bitbucket.org/cffi/cffi/issues/429/ .. _`issue #427`: https://bitbucket.org/cffi/cffi/issues/427/ -- cgit v1.2.1