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:
committed by
Bram Moolenaar
parent
e275ba4fc9
commit
edd7a476fb
@@ -12,7 +12,7 @@ func Create_vim_dict()
|
|||||||
return {'a': 1}
|
return {'a': 1}
|
||||||
endfunction
|
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
|
" This function should be called first. This sets up python functions used by
|
||||||
" the other tests.
|
" the other tests.
|
||||||
|
@@ -757,6 +757,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
3485,
|
||||||
/**/
|
/**/
|
||||||
3484,
|
3484,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user