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)
commit1b026fd1dd2b1565ade497fc9addf0823758430f
tree0d5937213119f0da2fca098bc7d2815813dc0f77
parentd53428cdbb18e94ee2941ab44936584c9ac3f4dd
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.c