Commit 93202c5a authored by Stefan Behnel's avatar Stefan Behnel

Backed out changeset 6bf1959d8f95

parent e281c87e
......@@ -644,10 +644,6 @@ static int __Pyx_CyFunction_init(void) {
#if !CYTHON_COMPILING_IN_PYPY
// avoid a useless level of call indirection
__pyx_CyFunctionType_type.tp_call = PyCFunction_Call;
#endif
#if CYTHON_COMPILING_IN_CPYTHON
// make inheritance from Python's builtin function type official
__pyx_CyFunctionType_type.tp_base = &PyCFunction_Type;
#endif
__pyx_CyFunctionType = __Pyx_FetchCommonType(&__pyx_CyFunctionType_type);
if (__pyx_CyFunctionType == NULL) {
......
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