https://github.com/python/cpython/commit/f963864cb54c2e7364b2c850485c6bf25479f6f2 commit: f963864cb54c2e7364b2c850485c6bf25479f6f2 branch: main author: yihong <[email protected]> committer: hugovk <[email protected]> date: 2025-11-12T14:45:43+02:00 summary:
gh-141464: a typo in profiling sampling when can not run warning in linux (#141465) files: M Lib/profiling/sampling/__main__.py diff --git a/Lib/profiling/sampling/__main__.py b/Lib/profiling/sampling/__main__.py index a76ca62e2cda50..cd1425b8b9c7d3 100644 --- a/Lib/profiling/sampling/__main__.py +++ b/Lib/profiling/sampling/__main__.py @@ -15,7 +15,7 @@ """ LINUX_PERMISSION_ERROR = """ -🔒 Tachyon was unable to acess process memory. This could be because tachyon +🔒 Tachyon was unable to access process memory. This could be because tachyon has insufficient privileges (the required capability is CAP_SYS_PTRACE). Unprivileged processes cannot trace processes that they cannot send signals to or those running set-user-ID/set-group-ID programs, for security reasons. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
