Re: python > 3.5: Issue with unix domain sockets

2021-05-05 Thread Marco Atzeri via Cygwin
On 03.05.2021 14:57, Maximilian.Blenk--- via Cygwin wrote: Hello everyone, I noticed that latest Cygwin release (3.2.0-1) has an issue with python and unix domain sockets, although I’m not a 100% sure about the root cause. My best guess is that something is wrong with the unix domain dockets i

Re: python > 3.5: Issue with unix domain sockets

2021-05-04 Thread Mark Geisert
Marco Atzeri via Cygwin wrote: On 04.05.2021 06:41, Mark Geisert wrote: Ken Brown via Cygwin wrote: On 5/3/2021 8:57 AM, Maximilian.Blenk--- via Cygwin wrote: Incorrect Behavior: Server: $ python3.7 server.py starting up on ./uds_socket waiting for a connection Traceback (most recent call las

Re: python > 3.5: Issue with unix domain sockets

2021-05-03 Thread Marco Atzeri via Cygwin
On 04.05.2021 06:41, Mark Geisert wrote: Ken Brown via Cygwin wrote: On 5/3/2021 8:57 AM, Maximilian.Blenk--- via Cygwin wrote: Incorrect Behavior: Server: $ python3.7 server.py starting up on ./uds_socket waiting for a connection Traceback (most recent call last):    File "server.py", line 2

Re: python > 3.5: Issue with unix domain sockets

2021-05-03 Thread Mark Geisert
Ken Brown via Cygwin wrote: On 5/3/2021 8:57 AM, Maximilian.Blenk--- via Cygwin wrote: Incorrect Behavior: Server: $ python3.7 server.py starting up on ./uds_socket waiting for a connection Traceback (most recent call last):    File "server.py", line 27, in connection, client_address = soc

Re: python > 3.5: Issue with unix domain sockets

2021-05-03 Thread Ken Brown via Cygwin
On 5/3/2021 8:57 AM, Maximilian.Blenk--- via Cygwin wrote: Hello everyone, I noticed that latest Cygwin release (3.2.0-1) has an issue with python and unix domain sockets, although I’m not a 100% sure about the root cause. My best guess is that something is wrong with the unix domain docket

python > 3.5: Issue with unix domain sockets

2021-05-03 Thread Maximilian.Blenk--- via Cygwin
Hello everyone, I noticed that latest Cygwin release (3.2.0-1) has an issue with python and unix domain sockets, although I’m not a 100% sure about the root cause. My best guess is that something is wrong with the unix domain dockets implementation. I would like to attach the cygcheck.out but i