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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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 on the web visit
https://groups.google.com/d/msgid/vim_dev/20211006184005.6FA7DC80056%40pakwach.moolenaar.net.