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)
commita1523e01292fb336d3b93fde1d27f26c0f3f6d22
treea18c464c8b41e1afcfd2e460e9008fa11edfd76e
parentdcb7c3db40da27d9cea69b0c8b128cd9f622cdf7
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