Commit 635de864 authored by Robert Bradshaw's avatar Robert Bradshaw

Method binding fix.

parent 383adadc
......@@ -1481,6 +1481,9 @@ class CFuncDefNode(FuncDefNode):
self.analyse_default_values(env)
self.acquire_gil = self.need_gil_acquisition(self.local_scope)
def needs_assignment_synthesis(self, env, code=None):
return False
def generate_function_header(self, code, with_pymethdef, with_opt_args = 1, with_dispatch = 1, cname = None):
arg_decls = []
type = self.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