pyke/pyke.c (newtype): Explicitly clear `ht_slots'.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 22 Oct 2019 17:53:50 +0000 (18:53 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 11 Apr 2020 11:44:14 +0000 (12:44 +0100)
commit91ce675a3fee99e50d424b4e917ed0cf9a7ebdb4
treedf4ca8f44c15fc5389560454ce8dc6a7a0e3672b
parent810542b01716cfd7017315c25a165ebfbe45afe5
pyke/pyke.c (newtype): Explicitly clear `ht_slots'.

This makes things go very badly wrong in Python 3.  I'm not sure why it
doesn't go wrong in Python 2...
pyke/pyke.c