Cleanup: warnings building with Python 3.8
This commit is contained in:
@@ -393,7 +393,7 @@ PyTypeObject PyKDTree_Type = {
|
||||
0, /* tp_itemsize */
|
||||
/* methods */
|
||||
(destructor)PyKDTree__tp_dealloc, /* tp_dealloc */
|
||||
NULL, /* tp_print */
|
||||
(printfunc)NULL, /* tp_print */
|
||||
NULL, /* tp_getattr */
|
||||
NULL, /* tp_setattr */
|
||||
NULL, /* tp_compare */
|
||||
|
Reference in New Issue
Block a user