Commit aca194ad authored by Robert Bradshaw's avatar Robert Bradshaw

Less string pxd function checking

parent 3bb75c45
...@@ -1126,6 +1126,7 @@ class ModuleScope(Scope): ...@@ -1126,6 +1126,7 @@ class ModuleScope(Scope):
for name, entry in self.entries.items(): for name, entry in self.entries.items():
if entry.is_cfunction: if entry.is_cfunction:
if (entry.defined_in_pxd if (entry.defined_in_pxd
and entry.scope is self
and entry.visibility != 'extern' and entry.visibility != 'extern'
and not entry.in_cinclude and not entry.in_cinclude
and not entry.is_implemented): and not entry.is_implemented):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment