From 8cdae65ee9de33436ca2cd44744fdee2c9870590 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 16 Feb 2014 17:17:50 +0000 Subject: [PATCH] C++ exception (wrapped by a Python exception as a shadow instance) segfaulting Python Patch #137 --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 63f575a9d..3248541c4 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,9 @@ See the RELEASENOTES file for a summary of changes in each release. Version 3.0.0 (in progress) ============================ +2014-02-16: hfalcic + [Python] Patch #133 - fix crashes/exceptions in exception handling in Python 3.3 + 2014-02-15: wsfulton [Java] Add support for the cdata library.