{"body":"// PYSIDE-535: PyPy does not differentiate builtin methods and methods.\n//             But they differ because they have no __module__ attribute.\nint PyMethod_Check(PyObject *op)\n{\n    return PyPyMethod_Check(op) &&\n           PyObject_HasAttr(op, Shiboken::PyMagicName::module());\n}\n","name":"method_patch","extension":"txt","url":"https://www.irccloud.com/pastebin/HnmXd1TI/method_patch","modified":1643632531,"id":"HnmXd1TI","size":284,"lines":7,"own_paste":false,"theme":"","date":1643632531}