We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 041acf1 + eff667a commit 0eef5e2Copy full SHA for 0eef5e2
1 file changed
src/map.c
@@ -137,6 +137,7 @@ PyImaging_MapBuffer(PyObject *self, PyObject *args) {
137
}
138
139
140
+ im->read_only = view.readonly;
141
im->destroy = mapping_destroy_buffer;
142
143
Py_INCREF(target);
0 commit comments