summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_channel_unix.py
AgeCommit message (Collapse)Author
2022-04-04patch 8.2.4690: channel tests fail on MS-Windowsv8.2.4690LemonBoy
Problem: Channel tests fail on MS-Windows. Solution: Check if the AF_UNIX attribute exists. (closes #10083)
2022-04-04patch 8.2.4684: cannot open a channel on a Unix domain socketv8.2.4684LemonBoy
Problem: Cannot open a channel on a Unix domain socket. Solution: Add Unix domain socket support. (closes #10062)