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 fbec1c8 commit 30b8aa5Copy full SHA for 30b8aa5
Lib/asyncio/tools.py
@@ -231,7 +231,8 @@ def exit_with_permission_help_text():
231
print(
232
"Error: The specified process cannot be attached to due to insufficient permissions.\n"
233
"See the Python documentation for details on required privileges and troubleshooting:\n"
234
- "https://docs.python.org/3.14/howto/remote_debugging.html#permission-requirements\n"
+ "https://docs.python.org/3.14/howto/remote_debugging.html#permission-requirements\n",
235
+ file=sys.stderr,
236
)
237
sys.exit(1)
238
0 commit comments