commit | f21ad92351584b4c0163cdeb6d877317fdc53ea3 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Mar 26 17:56:28 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Mar 26 17:56:28 2011 -0500 |
tree | 879b1e6fde962d006b81f13442c6babf70a0ba8d | |
parent | 41347fe011c4cb8725b18f0b0bd4812089f4cae0 [diff] [blame] |
check possible recursive _as_parameter_ to prevent segfault (closes #1838)
diff --git a/Misc/NEWS b/Misc/NEWS index 151bc1c..3c590ac 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -245,6 +245,9 @@ Extension Modules ----------------- +- 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