diff options
Diffstat (limited to 'py/makeqstrdata.py')
-rw-r--r-- | py/makeqstrdata.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/makeqstrdata.py b/py/makeqstrdata.py index e332ab94ed..71f529fb62 100644 --- a/py/makeqstrdata.py +++ b/py/makeqstrdata.py @@ -222,6 +222,7 @@ static_qstr_list = [ "zip", ] + # this must match the equivalent function in qstr.c def compute_hash(qstr, bytes_hash): hash = 5381 |