blueloveTH 1 anno fa
parent
commit
8d41987eb8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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/interpreter/vm.h"
 
-#define PK_DICT_MAX_COLLISION 3
+#define PK_DICT_MAX_COLLISION 4
 
 typedef struct {
     py_i64 hash;