Skip to content

Commit 100be44

Browse files
committed
Stop sending a "signal" message in test_keyboard_interrupt"
1 parent 6c2d970 commit 100be44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_remote_pdb.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,8 +500,7 @@ def bar():
500500
# Wait until execution has continued
501501
synchronizer_sock.accept()[0].close()
502502

503-
# Send keyboard interrupt signal
504-
self._send_command(client_file, json.dumps({"signal": "INT"}))
503+
# Inject a script to interrupt the running process
505504
self._send_interrupt(process.pid)
506505
messages = self._read_until_prompt(client_file)
507506

0 commit comments

Comments
 (0)