Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
whitespace
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
  • Loading branch information
iritkatriel and picnixz authored May 5, 2025
commit 509b27fed862c854a0e05c48a1033f2733f7a096
2 changes: 1 addition & 1 deletion Include/cpython/object.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ typedef Py_ssize_t printfunc;

/* Specialize a binary by setting the descriptor pointer */
Comment thread
iritkatriel marked this conversation as resolved.
Outdated
struct _PyBinopSpecializationDescr;
typedef int(*binop_specialize_func)(PyObject *v, PyObject *w, int oparg,
typedef int (*binop_specialize_func)(PyObject *v, PyObject *w, int oparg,
struct _PyBinopSpecializationDescr **descr);

// If this structure is modified, Doc/includes/typestruct.h should be updated
Expand Down
Loading