ipython / ipython/ipykernel

Using UDS for communication in debugger

Aperta
#1,258 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
734
Fork
412
Merge medio
1g 5h
PR unite (30g)
8

Descrizione

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?

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

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.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
jupyter, python
Ambito
devtools, networking
Tipo di issue
Funzionalità
Difficoltà
5/5
Tempo stimato
Più di una settimana
Stato di attività
Ferma
Chiarezza
Da chiarire
Idoneità per principianti
25/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.