Fixed PyGetSetDescr for python3.2.
Fixed memory management in special_variable_macros test. Don't define asdict() for multimap. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12659 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
cba65bd524
commit
a52612f845
7 changed files with 53 additions and 19 deletions
|
|
@ -93,7 +93,8 @@ BUILTIN_BROKEN = \
|
|||
default_constructor.cpptest \
|
||||
director_exception.cpptest \
|
||||
exception_order.cpptest \
|
||||
threads_exception.cpptest
|
||||
threads_exception.cpptest \
|
||||
python_abstractbase.cpptest
|
||||
|
||||
BUILTIN_NOT_BROKEN = $(filter-out $(BUILTIN_BROKEN),$(NOT_BROKEN_TEST_CASES))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue