{"body":"#ifdef PYPY_VERSION\n\n// PYSIDE-535: PyPy does not differentiate builtin methods and methods.\n//             But they differ because they have no __module__ attribute.\n#undef PyMethod_Check\n#define PyMethod_Check(op) (PyPyMethod_Check(op) && \\\n                            PyObject_HasAttr(op, Shiboken::PyMagicName::module()))\n\n#endif\n","name":"pypy_compat.cpp","extension":"cpp","url":"https://www.irccloud.com/pastebin/aFa8vwrN/pypy_compat.cpp","modified":1636458259,"id":"aFa8vwrN","size":334,"lines":9,"own_paste":false,"theme":"","date":1636458259}