hurricane: Remove '.tp_print' field
This field has been deprecated in Python 3 and no longer exists at all in Python 3.9, causing a build error. Signed-off-by: Myrtle Shah <gatecat@chipflow.io>
This commit is contained in:
parent
9f9ad61ee7
commit
03f0e51dfd
|
@ -302,7 +302,6 @@ extern "C" {
|
||||||
, .tp_basicsize = sizeof(PyOneVoid)
|
, .tp_basicsize = sizeof(PyOneVoid)
|
||||||
, .tp_itemsize = 0
|
, .tp_itemsize = 0
|
||||||
, .tp_dealloc = NULL
|
, .tp_dealloc = NULL
|
||||||
, .tp_print = NULL
|
|
||||||
, .tp_getattr = NULL
|
, .tp_getattr = NULL
|
||||||
, .tp_setattr = NULL
|
, .tp_setattr = NULL
|
||||||
, .tp_as_async = NULL
|
, .tp_as_async = NULL
|
||||||
|
|
Loading…
Reference in New Issue