py/objtype: Make sure mp_binary_op_method_name has full size again.
After recent refactorings to mp_binary_op_t, and make it future refactoring proof for now, at the cost of extra element in the array.
This commit is contained in:
@@ -103,6 +103,8 @@ typedef enum {
|
||||
// just identify special methods.
|
||||
|
||||
MP_BINARY_OP_DIVMOD, // not emitted by the compiler but supported by the runtime
|
||||
|
||||
MP_BINARY_OP_LAST,
|
||||
} mp_binary_op_t;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user