Commit a701f7f
committed
mmapmodule: remove unreachable code in Windows error path
Remove an unreachable `return NULL` after `PyErr_SetFromWindowsErr()` in
the Windows mmap resize error path. This is a pure cleanup with no
behavior change.
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>1 parent 6213a51 commit a701f7f
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
963 | 963 | | |
964 | 964 | | |
965 | 965 | | |
966 | | - | |
967 | 966 | | |
968 | 967 | | |
969 | 968 | | |
| |||
0 commit comments