4 Jan 2008 00:25
[ swig-Bugs-1863647 ] Multiple modules leads to unhandled exception
SourceForge.net <noreply <at> sourceforge.net>
2008-01-03 23:25:24 GMT
2008-01-03 23:25:24 GMT
Bugs item #1863647, was opened at 2008-01-03 23:25 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101645&aid=1863647&group_id=1645 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: code generation (general) Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ben Webb (benwebb) Assigned to: Nobody/Anonymous (nobody) Summary: Multiple modules leads to unhandled exception Initial Comment: When using methods from multiple methods, Python crashes with "terminate called after throwing an instance of 'swig::stop_iteration'". Here is a simple example: module1.i: %module module1 %include "std_vector.i" %template(vectori) std::vector<int>; module2.i: %module module2 %include "std_vector.i"(Continue reading)
RSS Feed