*.c: Use `PyVarObject_HEAD_INIT' to initialize type object headers.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 20 Oct 2019 23:14:01 +0000 (00:14 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 11 Apr 2020 11:44:14 +0000 (12:44 +0100)
commit591bf41b5e4fa2d55e00d1e418b1b9ed53b4489c
treee3906c169533e752aaac58d29da88aabcaa6efd9
parent2a448f86048c26a24288d310b3bb70e8ae7e7528
*.c: Use `PyVarObject_HEAD_INIT' to initialize type object headers.

Define a suitable version if the Python headers don't do it for us.
16 files changed:
algorithms.c
buffer.c
bytestring.c
catacomb.c
ec.c
field.c
group.c
key.c
mp.c
passphrase.c
pgen.c
pubkey.c
pyke/mapping.c
pyke/pyke.h
rand.c
share.c