summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2017-07-21 09:01:20 +0200
committerArmin Rigo <arigo@tunes.org>2017-07-21 09:01:20 +0200
commit5fc306143e025992288dce40c71380249ea40374 (patch)
tree74199e5eb600a7c5ece07697f331c4c9b37ed1b3 /doc
parent5386a5b0fef459738d44566942ef5e1ee7b130f3 (diff)
downloadcffi-5fc306143e025992288dce40c71380249ea40374.tar.gz
Issue #300
Hopefully fix the remaining cases where a _Bool return value was not correctly converted to a Python bool, but still gave a Python int.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/whatsnew.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
index a3e21a3..7e6d762 100644
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -40,6 +40,9 @@ v1.11
* Progress on support for `callbacks in NetBSD`__.
+* Functions returning booleans would in some case still return 0 or 1
+ instead of False or True. Fixed.
+
.. __: https://bitbucket.org/cffi/cffi/issues/321/cffi-191-segmentation-fault-during-self