Re: Python regression related to unix sockets

2022-11-07 Thread Mark Geisert
Following up to myself... Mark Geisert wrote: Hi Fabian, Fabian Henze wrote: Hi all, This is a follow-up on a mail thread from February 2021. Mark Geisert via Cygwin wrote: Fabian Henze via Cygwin wrote: Hi Cygwin users, I noticed a regression in the recent Python packages: Between version

Re: Python regression related to unix sockets

2022-11-06 Thread Mark Geisert
Hi Fabian, Fabian Henze wrote: Hi all, This is a follow-up on a mail thread from February 2021. Mark Geisert via Cygwin wrote: Fabian Henze via Cygwin wrote: Hi Cygwin users, I noticed a regression in the recent Python packages: Between version 3.6.10-1 and 3.6.12-2, accessing the SSH agent

Re: Python regression related to unix sockets

2022-11-02 Thread Fabian Henze
Hi all, This is a follow-up on a mail thread from February 2021. Mark Geisert via Cygwin wrote: > Fabian Henze via Cygwin wrote: > > Hi Cygwin users, > > I noticed a regression in the recent Python packages: Between version > > 3.6.10-1 and 3.6.12-2, accessing the SSH agent via the paramiko

Re: Python regression related to unix sockets

2021-02-24 Thread Mark Geisert
Following up to myself: Mark Geisert wrote: Hi Fabian, Fabian Henze via Cygwin wrote: Hi Cygwin users, I noticed a regression in the recent Python packages: Between version 3.6.10-1 and 3.6.12-2, accessing the SSH agent via the paramiko python package broke. When a ssh agent is used, paramiko

Re: Python regression related to unix sockets

2021-02-23 Thread Mark Geisert
Hi Fabian, Fabian Henze via Cygwin wrote: Hi Cygwin users, I noticed a regression in the recent Python packages: Between version 3.6.10-1 and 3.6.12-2, accessing the SSH agent via the paramiko python package broke. When a ssh agent is used, paramiko tries to connect to it via the unix socket

Python regression related to unix sockets

2021-02-23 Thread Fabian Henze via Cygwin
Hi Cygwin users, I noticed a regression in the recent Python packages: Between version 3.6.10-1 and 3.6.12-2, accessing the SSH agent via the paramiko python package broke. When a ssh agent is used, paramiko tries to connect to it via the unix socket and just freezes. Python 3.8 is also affected,