Patch 8.2.3485

5 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 6, 2021, 2:40:11 PM10/6/21
to vim...@googlegroups.com

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: \(<built-in function eval> 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: \(<built-in function eval> 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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages