Changes between Initial Version and Version 1 of Ticket #12719, comment 160
- Timestamp:
- 10/24/12 21:06:41 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12719, comment 160
initial v1 14 14 is_overridden = "(PyCFunction_GET_FUNCTION(%s) != (PyCFunction)%s)" % ( 15 15 func_node_temp, self.py_func.entry.func_cname) 16 code.putln("if (!%s || %s) {" % (is_builtin_function_or_method, is_overridden)) 16 17 }}} 17 18 Is this relevant?