Author: Armin Rigo <[email protected]> Branch: Changeset: r3286:e4bfcc3ae975 Date: 2019-08-17 10:26 +0200 http://bitbucket.org/cffi/cffi/changeset/e4bfcc3ae975/
Log: whatsnew for 74f57a76ed53 diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -13,6 +13,9 @@ * fix for structs containing unnamed bitfields like ``int : 1;``. +* when calling cdata of "function pointer" type, give a RuntimeError instead + of a crash if the pointer happens to be NULL + v1.12.3 ======= _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
