commit | 07761a3b965ec3be0c8d52aae9b6dc09c2127d27 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 22 12:50:10 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 22 12:50:10 2020 +0100 |
tree | da9460cfef04e538f77c49cd0ec77a29a763ed83 | |
parent | 5b3d1bb0f5180266c4de4d815b3ea856a2fb3519 [diff] [blame] |
patch 8.2.2187: Python 3 test fails sometimes Problem: Python 3 test fails sometimes. (Christian Brabandt) Solution: Accept two SystemError messages.
diff --git a/src/version.c b/src/version.c index a99765c..8aaa0b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2187, +/**/ 2186, /**/ 2185,