1 Jun 2008 15:51
[ swig-Bugs-1981315 ] Infinite recursion with cross-module inheritance
SourceForge.net <noreply <at> sourceforge.net>
2008-06-01 13:51:26 GMT
2008-06-01 13:51:26 GMT
Bugs item #1981315, was opened at 2008-06-01 15:51 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=1981315&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: python Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Paul E.C. Melis (paulmelis) Assigned to: Nobody/Anonymous (nobody) Summary: Infinite recursion with cross-module inheritance Initial Comment: Given: - two modules, mod1 and mod2, meant for wrapping in Python - mod1 contains a C++ class Base - mod2 contains a class Derived, which is derived from Base - directors enabled for both classes - directors enabled for both modules - the following C++ code: class Base { public:(Continue reading)
RSS Feed