To: vim_dev@googlegroups.com Subject: Patch 8.2.3485 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3485 Problem: Python 3 test fails with Python 3.10. Solution: Adjust expected error message. (zdohnal Dohnal, closes #8969) Files: src/testdir/test_python3.vim *** ../vim-8.2.3484/src/testdir/test_python3.vim 2021-05-24 14:15:41.779049851 +0100 --- src/testdir/test_python3.vim 2021-10-06 19:38:03.546949291 +0100 *************** *** 12,18 **** return {'a': 1} endfunction ! let s:system_error_pat = 'Vim(py3):SystemError: \( returned NULL without setting an error\|error return without exception set\)' " This function should be called first. This sets up python functions used by " the other tests. --- 12,18 ---- return {'a': 1} endfunction ! let s:system_error_pat = 'Vim(py3):SystemError: \( returned NULL without setting an \(error\|exception\)\|error return without exception set\)' " This function should be called first. This sets up python functions used by " the other tests. *** ../vim-8.2.3484/src/version.c 2021-10-06 13:41:03.592314063 +0100 --- src/version.c 2021-10-06 19:39:06.791967936 +0100 *************** *** 759,760 **** --- 759,762 ---- { /* Add new patch number below this line */ + /**/ + 3485, /**/ -- Nobody will ever need more than 640 kB RAM. -- Bill Gates, 1983 Windows 98 requires 16 MB RAM. -- Bill Gates, 1999 Logical conclusion: Nobody will ever need Windows 98. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///