0
0
mirror of https://github.com/vim/vim.git synced 2025-10-08 06:04:08 -04:00

patch 8.2.3485: Python 3 test fails with Python 3.10

Problem:    Python 3 test fails with Python 3.10.
Solution:   Adjust expected error message. (zdohnal Dohnal, closes #8969)
This commit is contained in:
Zdenek Dohnal
2021-10-06 19:39:16 +01:00
committed by Bram Moolenaar
parent e275ba4fc9
commit edd7a476fb
2 changed files with 3 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ func Create_vim_dict()
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\)'
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.

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3485,
/**/
3484,
/**/