ipython / ipython/ipykernel

Using UDS for communication in debugger

未关闭
#1,258 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
734
派生
412
平均合并
1 天 5 小时
30 天内合并 PR
8

描述

IIUC, the current debugpyClient communicates with debugpy via a TCP connection. However, due to security limitations in our use case, we are unable to use network sockets for the communication.

I understand debugpy currently only supports TCP connections, but I have proposed an issue for debugpy to accept UDS as well([link](https://github.com/microsoft/debugpy/issues/1607)). If they are onboard with this, can we update ipykernel logic to use UDS instead of TCP? Or will there be any concerns there?

贡献指南

打开贡献指南

调研方向

Start by tracing the ipykernel debugpyClient path that establishes its TCP connection, then review debugpy issue 1607 for UDS support and compatibility. Determine whether the external support is available and identify concerns in replacing TCP with UDS; done means a documented decision and, if supported, updated communication behavior.

由索引模型根据 Issue 内容生成。

评估

技术栈
jupyter, python
领域
devtools, networking
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。