buffer.c: Handle curve object as `PyObject *'.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 22 Oct 2019 10:27:49 +0000 (11:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 11 Apr 2020 11:44:21 +0000 (12:44 +0100)
commit8a43198882fa1abf8387e79849092083cb01d827
treee8944c9eb1b8cc67f2e5738cfde588bac9ac26fb
parent541d6475bee66054f04f7b98d67e9de5f3385458
buffer.c: Handle curve object as `PyObject *'.

I've not checked, but I think this is the only place where a
pre- existing curve object was handled as `PyTypeObject *'.
buffer.c