From 7c203ae4f7b9f0426ffcd5c9630dccb6ddb99801 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Tue, 10 Jun 2008 02:52:26 -0700 Subject: [PATCH] Commit rejected hunk for nogill compatability. --- Cython/Compiler/PyrexTypes.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cython/Compiler/PyrexTypes.py b/Cython/Compiler/PyrexTypes.py index 062df7e2..c6506ae0 100644 --- a/Cython/Compiler/PyrexTypes.py +++ b/Cython/Compiler/PyrexTypes.py @@ -699,8 +699,6 @@ class CFuncType(CType): return 0 if not self.same_calling_convention_as(other_type): return 0 - if self.nogil and not other_type.nogil: - return 0 return 1 def compatible_signature_with(self, other_type, as_cmethod = 0): -- 2.26.2