Skip to content

Commit 6dfc0f0

Browse files
Update Modules/_testexternalinspection.c
Co-authored-by: Victor Stinner <[email protected]>
1 parent 8bf3c22 commit 6dfc0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_testexternalinspection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ search_map_for_section(pid_t pid, const char* secname, const char* substr) {
268268
address += size;
269269
}
270270

271-
PyErr_SetString(PyExc_RuntimeError, "mach_vm_region failed");
271+
PyErr_SetString(PyExc_RuntimeError, "mach_vm_region failed to find the section");
272272
return 0;
273273
}
274274

0 commit comments

Comments
 (0)