Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r3302:35d0ff266cf5 Date: 2019-10-21 11:35 +0200 http://bitbucket.org/cffi/cffi/changeset/35d0ff266cf5/
Log: update whatsnew diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -12,9 +12,13 @@ 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/ _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit