Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
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
Merge branch 'main' into fastmethodcaller
  • Loading branch information
eendebakpt committed Jul 18, 2023
commit 3d196834b953048a715256e11eeaa7af771409a5
3 changes: 2 additions & 1 deletion Modules/_operator.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#include "Python.h"
#include "pycore_modsupport.h" // _PyArg_NoKwnames()
#include "pycore_moduleobject.h" // _PyModule_GetState()
#include "structmember.h"
#include "pycore_runtime.h" // _Py_ID()
#include "structmember.h" // PyMemberDef
#include "clinic/_operator.c.h"

typedef struct {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.