Add test case for Python 3.5 assertion with a pending StopIteration

Testcase for issue #559 #560 #573
This commit is contained in:
William S Fulton 2015-12-15 22:25:13 +00:00
commit 26f52c53f4
2 changed files with 36 additions and 2 deletions

View file

@ -15,3 +15,5 @@ class ClassWithThrowingDestructor
%}
%include <std_vector.i>
%template(VectorInt) std::vector<int>;