Przeglądaj źródła

Update py_dict.c

blueloveTH 1 rok temu
rodzic
commit
8d41987eb8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/public/py_dict.c

+ 1 - 1
src/public/py_dict.c

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