Update py_dict.c

This commit is contained in:
blueloveTH 2024-11-23 02:04:48 +08:00
parent 5847910c78
commit 8d41987eb8

View File

@ -5,7 +5,7 @@
#include "pocketpy/objects/object.h"
#include "pocketpy/interpreter/vm.h"
#define PK_DICT_MAX_COLLISION 3
#define PK_DICT_MAX_COLLISION 4
typedef struct {
py_i64 hash;