You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyObject* arr_new = OneDimensionalArray___new__(&TreeNodeType, 2*self->_num + 1); // self->_dtype is set to TreeNode for now.
30
+
PyObject* arr_new = OneDimensionalArray___new__(&TreeNodeType, reinterpret_cast<PyObject*>(2*self->_num + 1)); // self->_dtype is set to TreeNode for now.
31
31
32
32
// This is how arr_new was made in DynamicOneDimensionalArray__modify() for the previous line :-
0 commit comments