Commit d292ca16 authored by Stefan Behnel's avatar Stefan Behnel

cleanup

parent 3ba9ab59
...@@ -32,7 +32,6 @@ builtin_function_table = [ ...@@ -32,7 +32,6 @@ builtin_function_table = [
('intern', "O", "O", "__Pyx_Intern"), ('intern', "O", "O", "__Pyx_Intern"),
('isinstance', "OO", "b", "PyObject_IsInstance"), ('isinstance', "OO", "b", "PyObject_IsInstance"),
('issubclass', "OO", "b", "PyObject_IsSubclass"), ('issubclass', "OO", "b", "PyObject_IsSubclass"),
#('iter', "O", "O", "PyObject_GetIter"), # optimised later on
('iter', "OO", "O", "PyCallIter_New"), ('iter', "OO", "O", "PyCallIter_New"),
('iter', "O", "O", "PyObject_GetIter"), ('iter', "O", "O", "PyObject_GetIter"),
('len', "O", "z", "PyObject_Length"), ('len', "O", "z", "PyObject_Length"),
......
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