summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-03-26 17:56:28 -0500
committerBenjamin Peterson <benjamin@python.org>2011-03-26 17:56:28 -0500
commit8d6c62dd892de77295e9db7b1c56fec041726afb (patch)
tree95c6866844be8485c210b2f456747e759e551d28 /Misc
parentb8a5769a6d35931f4dc5395686f590b5dcb58cdd (diff)
downloadcpython-git-8d6c62dd892de77295e9db7b1c56fec041726afb.tar.gz
check possible recursive _as_parameter_ to prevent segfault (closes #1838)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8e69a841cb..936930b487 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -238,6 +238,9 @@ Library
Extensions
----------
+- Issue #1838: Prevent segfault in ctypes, when _as_parameter_ on a class is set
+ to an instance of the class.
+
- Issue #678250: Make mmap flush a noop on ACCESS_READ and ACCESS_COPY.
Build