summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/py_wrap_subprogram.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/f2py/lib/py_wrap_subprogram.py')
-rw-r--r--numpy/f2py/lib/py_wrap_subprogram.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/f2py/lib/py_wrap_subprogram.py b/numpy/f2py/lib/py_wrap_subprogram.py
index 0d3c8ed7e..24bd07e1b 100644
--- a/numpy/f2py/lib/py_wrap_subprogram.py
+++ b/numpy/f2py/lib/py_wrap_subprogram.py
@@ -88,7 +88,8 @@ static void %(init_func)s_c(%(name)s_functype func_ptr) {
return
defined.append(cname)
- self.info('Generating interface for %s: %s' % (block.__class__, cname))
+ self.info('Generating interface for %s %s: %s' % (parent.modulename, block.__class__.__name__, cname))
+ self.parent = parent
if pyname.startswith('f2pywrap_'):
pyname = pyname[9:]