We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42d42f commit 509b27fCopy full SHA for 509b27f
Include/cpython/object.h
@@ -145,7 +145,7 @@ typedef Py_ssize_t printfunc;
145
146
/* Specialize a binary by setting the descriptor pointer */
147
struct _PyBinopSpecializationDescr;
148
-typedef int(*binop_specialize_func)(PyObject *v, PyObject *w, int oparg,
+typedef int (*binop_specialize_func)(PyObject *v, PyObject *w, int oparg,
149
struct _PyBinopSpecializationDescr **descr);
150
151
// If this structure is modified, Doc/includes/typestruct.h should be updated
0 commit comments