Commit 7c203ae4 authored by Robert Bradshaw's avatar Robert Bradshaw

Commit rejected hunk for nogill compatability.

parent da8a17c9
......@@ -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):
......
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