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>
Mon, 25 Nov 2019 17:43:08 +0000 (17:43 +0000)
commitecf7246cbb60201ed192d2778694f21f6ba8a8e3
tree4fa055df8e979b8697e20a35e60a90090d2b94c8
parentcc36f2d8913cf55b43ed32d3f2f06622906038af
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