Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Modules/mmapmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,6 @@ mmap_mmap_resize_impl(mmap_object *self, Py_ssize_t new_size)

if (error) {
return PyErr_SetFromWindowsErr(error);
return NULL;
}
/* It's possible for a resize to fail, typically because another mapping
is still held against the same underlying file. Even if nothing has
Expand Down
Loading