I am having problems with the cvs version of swig when
I am targeting
python. I am using %import and %extend as shown in the
attached
tarball. The problem occurs when I instantiate a
template from an
"imported" interface that has an "extended" method.
The extended
method has not been declared and thus causes an error.
With current git master compilation still fails:
I should note I haven't tried to understand the example so maybe it's something which isn't expected to work. My current focus is trying to clean up the old sourceforge bug tracker by closing bugs which have since been fixed or are also reported in the active github tracker.
I think this is probably essentially the same as https://github.com/swig/swig/issues/2089
I'm going to close as a duplicate of the newer ticket in the live tracker, and note there that the testcase here should be checked against any candidate fix.