Add test case for Python 3.5 assertion with a pending StopIteration
Testcase for issue #559 #560 #573
This commit is contained in:
parent
dd73d81933
commit
26f52c53f4
2 changed files with 36 additions and 2 deletions
|
|
@ -15,3 +15,5 @@ class ClassWithThrowingDestructor
|
|||
|
||||
%}
|
||||
|
||||
%include <std_vector.i>
|
||||
%template(VectorInt) std::vector<int>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue