mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-29 18:23:24 +03:00
Merge pull request #8004 from Yay295/patch-2
This commit is contained in:
commit
e63ae380f1
|
@ -3737,7 +3737,7 @@ _getattr_unsafe_ptrs(ImagingObject *self, void *closure) {
|
||||||
self->image->image32,
|
self->image->image32,
|
||||||
"image",
|
"image",
|
||||||
self->image->image);
|
self->image->image);
|
||||||
};
|
}
|
||||||
|
|
||||||
static struct PyGetSetDef getsetters[] = {
|
static struct PyGetSetDef getsetters[] = {
|
||||||
{"mode", (getter)_getattr_mode},
|
{"mode", (getter)_getattr_mode},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user