Skip to content
Merged
Prev Previous commit
Next Next commit
Update Modules/_testexternalinspection.c
Co-authored-by: Victor Stinner <[email protected]>
  • Loading branch information
sergey-miryanov and vstinner authored Feb 17, 2025
commit 6dfc0f03e0d7682f15bbfec73b8a1eed3a585cf2
2 changes: 1 addition & 1 deletion Modules/_testexternalinspection.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ search_map_for_section(pid_t pid, const char* secname, const char* substr) {
address += size;
}

PyErr_SetString(PyExc_RuntimeError, "mach_vm_region failed");
PyErr_SetString(PyExc_RuntimeError, "mach_vm_region failed to find the section");
return 0;
}

Expand Down
Loading