Skip to content

Commit 64d65bc

Browse files
authored
Merge branch 'main' into mac-info-plist-fix
2 parents 9ee6852 + 3960878 commit 64d65bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/mmapmodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,6 @@ mmap_mmap_resize_impl(mmap_object *self, Py_ssize_t new_size)
963963

964964
if (error) {
965965
return PyErr_SetFromWindowsErr(error);
966-
return NULL;
967966
}
968967
/* It's possible for a resize to fail, typically because another mapping
969968
is still held against the same underlying file. Even if nothing has

0 commit comments

Comments
 (0)