File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -3732,7 +3732,6 @@ static PyTypeObject pgVectorIter_Type = {
37323732 PyVarObject_HEAD_INIT (NULL , 0 ).tp_name = "pygame.math.VectorIterator" ,
37333733 .tp_basicsize = sizeof (vectoriter ),
37343734 .tp_dealloc = (destructor )vectoriter_dealloc ,
3735- .tp_getattro = PyObject_GenericGetAttr ,
37363735 /* VectorIterator is not subtypable for now, no Py_TPFLAGS_BASETYPE */
37373736 .tp_flags = Py_TPFLAGS_DEFAULT ,
37383737 .tp_iter = PyObject_SelfIter ,
Original file line number Diff line number Diff line change @@ -1941,7 +1941,6 @@ MODINIT_DEFINE(pixelarray)
19411941 Py_DECREF (module );
19421942 return NULL ;
19431943 }
1944- pgPixelArray_Type .tp_getattro = PyObject_GenericGetAttr ;
19451944
19461945 c_api [0 ] = & pgPixelArray_Type ;
19471946 c_api [1 ] = pgPixelArray_New ;
You can’t perform that action at this time.
0 commit comments