is it q?? trying to fix windows i64 stuff

This commit is contained in:
Alex Garcia 2024-06-28 16:06:04 -07:00
parent 2eafd843d7
commit 37b4c2e9dc

View file

@ -42,7 +42,7 @@ def _f32(list):
def _i64(list):
return struct.pack("%sl" % len(list), *list)
return struct.pack("%sq" % len(list), *list)
def _int8(list):