mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +00:00
Update py_dict.c
This commit is contained in:
parent
5847910c78
commit
8d41987eb8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user