diff options
Diffstat (limited to 'Objects/xxobject.c')
-rw-r--r-- | Objects/xxobject.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/xxobject.c b/Objects/xxobject.c index 2d03cfddc6..64e022868a 100644 --- a/Objects/xxobject.c +++ b/Objects/xxobject.c @@ -137,4 +137,5 @@ static typeobject Xxtype = { 0, /*tp_as_number*/ 0, /*tp_as_sequence*/ 0, /*tp_as_mapping*/ + 0, /*tp_hash*/ }; |