commit | 60e5f5e78fbbccddaf8366786ff5cf4977fb76a6 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Wed Nov 26 18:40:58 2008 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Wed Nov 26 18:40:58 2008 +0000 |
tree | a365d2752131808d47a3f46078525ea55e115307 | |
parent | bea0081fb4ef24f612fa4734c60d6592ada69756 [diff] [blame] |
Remove the Py_TPFLAGS_HAVE_GC from the _ctypes.COMError type. Fixes issue #4433; reviewed by Benjamin Peterson.
diff --git a/Misc/NEWS b/Misc/NEWS index 6145654..0ff809c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,9 @@ Library ------- +- Issue #4433: Fixed an access violation when garbage collecting + _ctypes.COMError instances. + - Issue #4429: Fixed UnicodeDecodeError in ctypes. - Issue #4373: Corrected a potential reference leak in the pickle module and