From aca194ad713150833a6c2317e5a275376676c687 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Tue, 28 Oct 2008 21:52:28 -0700 Subject: [PATCH] Less string pxd function checking --- Cython/Compiler/Symtab.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Cython/Compiler/Symtab.py b/Cython/Compiler/Symtab.py index 6c906c5e..c6a697af 100644 --- a/Cython/Compiler/Symtab.py +++ b/Cython/Compiler/Symtab.py @@ -1126,6 +1126,7 @@ class ModuleScope(Scope): for name, entry in self.entries.items(): if entry.is_cfunction: if (entry.defined_in_pxd + and entry.scope is self and entry.visibility != 'extern' and not entry.in_cinclude and not entry.is_implemented): -- 2.26.2