FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-142654: show the clear error message when sampling on an unknown PID by kemingy · Pull Request #142655 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-142654: show the clear error message when sampling on an unknown PID
- #142655
#142655
Merged
pablogsal
merged 10 commits into
python:main
python/cpython:main
from
kemingy:gh-142654
kemingy/cpython:gh-142654
Copy head branch name to clipboard
Dec 17, 2025
Conversation
Commits
10
(10)
Checks
Files changed
Merged
gh-142654: show the clear error message when sampling on an unknown PID
#142655
pablogsal
merged 10 commits into
python:main
python/cpython:main
from
kemingy:gh-142654
kemingy/cpython:gh-142654
Copy head branch name to clipboard
Commits
Commits on Dec 13, 2025
gh-142654: show the clear error message when sampling on an unknown PID
Show description for 7024bd1
kemingy
committed
7024bd1
View commit details
Copy full SHA for 7024bd1
Browse repository at this point
only catch the RuntimeError, leave the PermissionError for downstream
Show description for b1a5082
kemingy
committed
b1a5082
View commit details
Copy full SHA for b1a5082
Browse repository at this point
catch the PermissionError for macOS
Show description for cfea35b
kemingy
committed
cfea35b
View commit details
Copy full SHA for cfea35b
Browse repository at this point
Commits on Dec 15, 2025
check if the pid is running before attaching
Show description for ab9c0c6
kemingy
committed
ab9c0c6
View commit details
Copy full SHA for ab9c0c6
Browse repository at this point
resolve conflict
Show description for a1c66e5
kemingy
committed
a1c66e5
View commit details
Copy full SHA for a1c66e5
Browse repository at this point
Merge branch 'main' into gh-142654
kemingy
committed
0a1f140
View commit details
Copy full SHA for 0a1f140
Browse repository at this point
fix sampling test failure due to the _is_process_running check
Show description for dcad05a
kemingy
committed
dcad05a
View commit details
Copy full SHA for dcad05a
Browse repository at this point
Commits on Dec 16, 2025
add custom sampling errors
Show description for 4d55401
kemingy
committed
4d55401
View commit details
Copy full SHA for 4d55401
Browse repository at this point
use os.kill(pid, 0) for all the posix OS
Show description for 5b5ad2f
kemingy
committed
5b5ad2f
View commit details
Copy full SHA for 5b5ad2f
Browse repository at this point
Commits on Dec 17, 2025
preserve tracebacks, account for permission error, small fixes
pablogsal
committed
7b4bd69
View commit details
Copy full SHA for 7b4bd69
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL