Using UDS for communication in debugger

オープン
#1,258 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
jupyter, python

調査の方向性

まず、TCP 接続を確立する ipykernel debugpyClient パスを追跡し、次に UDS のサポートと互換性について debugpy issue 1607 を確認します。外部サポートが利用可能かどうかを判断し、TCP を UDS に置き換える際の懸念事項を特定します。完了の条件は、判断を文書化し、サポートされている場合は通信動作を更新することです。

索引モデルが issue の本文から書いたものです。

説明

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). If they are onboard with this, can we update ipykernel logic to use UDS instead of TCP? Or will there be any concerns there?

主要言語
Python
スター
734
フォーク
411
平均マージ
1日 2時間
マージ済み PR(30日)
9

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

ipython/ipykernel のほかの issue

ipython/ipykernel の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。