Merge pull request #8004 from Yay295/patch-2

This commit is contained in:
Hugo van Kemenade 2024-04-23 17:11:38 +03:00 committed by GitHub
commit e63ae380f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3737,7 +3737,7 @@ _getattr_unsafe_ptrs(ImagingObject *self, void *closure) {
self->image->image32,
"image",
self->image->image);
};
}
static struct PyGetSetDef getsetters[] = {
{"mode", (getter)_getattr_mode},