There was an error while loading. Please reload this page.
1 parent 40d910f commit f4d9334Copy full SHA for f4d9334
pyvips/gvalue.py
@@ -57,7 +57,7 @@ class GValue(object):
57
_gtype_to_python = {
58
gbool_type: 'bool',
59
gint_type: 'int',
60
- guint64_type: 'long', # Note: int and long have been unified in Python 3
+ guint64_type: 'long', # Note: int and long are unified in Python 3
61
gdouble_type: 'float',
62
gstr_type: 'str',
63
refstr_type: 'str',
0 commit comments