We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2d970 commit 100be44Copy full SHA for 100be44
Lib/test/test_remote_pdb.py
@@ -500,8 +500,7 @@ def bar():
500
# Wait until execution has continued
501
synchronizer_sock.accept()[0].close()
502
503
- # Send keyboard interrupt signal
504
- self._send_command(client_file, json.dumps({"signal": "INT"}))
+ # Inject a script to interrupt the running process
505
self._send_interrupt(process.pid)
506
messages = self._read_until_prompt(client_file)
507
0 commit comments