FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-130052: Fix some exceptions on error paths in _testexternalinspection by sergey-miryanov · Pull Request #130053 · python/cpython · GitHub

/ cpython Public
Prev Previous commit
Next Next commit
Update Modules/_testexternalinspection.c
Co-authored-by: Victor Stinner <vstinner@python.org>
  • Loading branch information
sergey-miryanov and vstinner authored Feb 17, 2025
commit 6dfc0f03e0d7682f15bbfec73b8a1eed3a585cf2
2 changes: 1 addition & 1 deletion Modules/_testexternalinspection.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Back | FazBrowse Home | New Git URL