FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-132975: Improve Remote PDB interrupt handling by godlygeek · Pull Request #133223 · 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-132975: Improve Remote PDB interrupt handling
- #133223
#133223
Merged
pablogsal
merged 20 commits into
python:main
python/cpython:main
from
godlygeek:improve_remote_pdb_interrupt_handling
godlygeek/cpython:improve_remote_pdb_interrupt_handling
Copy head branch name to clipboard
May 5, 2025
Conversation
Commits
20
(20)
Checks
Files changed
Merged
gh-132975: Improve Remote PDB interrupt handling
#133223
pablogsal
merged 20 commits into
python:main
python/cpython:main
from
godlygeek:improve_remote_pdb_interrupt_handling
godlygeek/cpython:improve_remote_pdb_interrupt_handling
Copy head branch name to clipboard
Commits
Commits on Apr 30, 2025
Only allow KeyboardInterrupt at specific times
Show description for 8d89bf4
godlygeek
committed
8d89bf4
View commit details
Copy full SHA for 8d89bf4
Browse repository at this point
Have _PdbClient work with the socket directly
Show description for f65f99f
godlygeek
committed
f65f99f
View commit details
Copy full SHA for f65f99f
Browse repository at this point
Allow interrupting socket reads on Windows
Show description for ec9d3bf
godlygeek
committed
ec9d3bf
View commit details
Copy full SHA for ec9d3bf
Browse repository at this point
Use a SIGINT to interrupt the remote on Unix
Show description for ed664b8
godlygeek
committed
ed664b8
View commit details
Copy full SHA for ed664b8
Browse repository at this point
Commits on May 1, 2025
Handle a ValueError for operations on a closed file
Show description for aafa48c
godlygeek
committed
aafa48c
View commit details
Copy full SHA for aafa48c
Browse repository at this point
Use a single complex signal handler for the PDB client
godlygeek
committed
42e7cec
View commit details
Copy full SHA for 42e7cec
Browse repository at this point
Add a news entry
godlygeek
committed
02da647
View commit details
Copy full SHA for 02da647
Browse repository at this point
Commits on May 2, 2025
Update the comment to explain why we catch two exception types
godlygeek
committed
5abd63a
View commit details
Copy full SHA for 5abd63a
Browse repository at this point
Swap signal_read/signal_write resetting to the outer finally block
godlygeek
committed
c9c5bf2
View commit details
Copy full SHA for c9c5bf2
Browse repository at this point
Use os.kill() on every platform but Windows
godlygeek
committed
8fa88a5
View commit details
Copy full SHA for 8fa88a5
Browse repository at this point
Use `ExitStack` to reduce nesting in `attach`
godlygeek
committed
4c0b431
View commit details
Copy full SHA for 4c0b431
Browse repository at this point
Use a thread to manage interrupts on Windows
godlygeek
committed
5993e06
View commit details
Copy full SHA for 5993e06
Browse repository at this point
Commits on May 4, 2025
Use the signal handling thread approach on all platforms
Show description for dd7c9b1
godlygeek
committed
dd7c9b1
View commit details
Copy full SHA for dd7c9b1
Browse repository at this point
Make all _connect arguments keyword-only
Show description for e2391b0
godlygeek
committed
e2391b0
View commit details
Copy full SHA for e2391b0
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into improve_remote_pdb_interrupt_handling
godlygeek
committed
edd7517
View commit details
Copy full SHA for edd7517
Browse repository at this point
One line for contextlib imports
godlygeek
committed
14aa8e7
View commit details
Copy full SHA for 14aa8e7
Browse repository at this point
Add some tests for handling SIGINT in the PDB client
godlygeek
committed
b26ed5c
View commit details
Copy full SHA for b26ed5c
Browse repository at this point
Switch back to os.kill() on Unix
godlygeek
committed
a860087
View commit details
Copy full SHA for a860087
Browse repository at this point
Wrap input() calls in a function
godlygeek
committed
e1bb1d3
View commit details
Copy full SHA for e1bb1d3
Browse repository at this point
Commits on May 5, 2025
Merge branch 'main' into improve_remote_pdb_interrupt_handling
pablogsal
authored
2a7807c
View commit details
Copy full SHA for 2a7807c
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL