Commit a5410bef authored by Antoine Pitrou's avatar Antoine Pitrou

Fix method name

parent 5c2214f9
......@@ -2932,7 +2932,7 @@ class OptimizeBuiltinCalls(Visitor.NodeRefCleanupMixin,
return self._substitute_method_call(
node, function,
"_PyDict_Pop", self.PyDict_Pop_func_type,
'split', is_unbound_method, args)
'pop', is_unbound_method, args)
Pyx_PyInt_BinopInt_func_type = PyrexTypes.CFuncType(
PyrexTypes.py_object_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