Fix segfault when using Python's -threads options and exceptions are thrown

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11980 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2010-04-08 06:46:18 +00:00
commit a743d54665
6 changed files with 127 additions and 21 deletions

View file

@ -375,6 +375,7 @@ CPP_TEST_CASES += \
template_virtual \
template_whitespace \
threads \
threads_exception \
throw_exception \
typedef_array_member \
typedef_class \