Commit b497afbf authored by Mark Florisson's avatar Mark Florisson

Disable nogil check for ProxyNode

parent b33a60bc
......@@ -9153,6 +9153,8 @@ class ProxyNode(CoercionNode):
CloneNode -^
"""
nogil_check = None
def __init__(self, arg):
super(ProxyNode, self).__init__(arg)
self.type = arg.type
......
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