patch 9.1.1038: tests: test_channel.py fails with IPv6
Commit:
https://github.com/vim/vim/commit/2a5312e7389b23f096715b15836266c0ba5669cc
Author: Christian Brabandt <[email protected]>
Date: Sun Jan 19 14:50:31 2025 +0100
patch 9.1.1038: tests: test_channel.py fails with IPv6
Problem: tests: test_channel.py fails with IPv6
(eds-collabora)
Solution: Use 127.0.0.1 instead of localhost
fixes: #16398
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/src/testdir/test_channel.py b/src/testdir/test_channel.py
index 35c34fc26..e02f7dbcb 100644
--- a/src/testdir/test_channel.py
+++ b/src/testdir/test_channel.py
@@ -285,4 +285,4 @@ def main(host, port, server_class=ThreadedTCPServer):
server.shutdown()
if __name__ == "__main__":
- main("localhost", 0)
+ main("127.0.0.1", 0)
diff --git a/src/version.c b/src/version.c
index 9bd759932..fa8246281 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1038,
/**/
1037,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1tZVqN-0051ix-O0%40256bit.org.