commit | 21578271bb717f7ab7b8728e9efa54c3b60ee7e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 19:12:47 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 19:12:47 2021 +0100 |
tree | bc84fb32dacad216019810d5702e13aca8d83133 | |
parent | 027c4ab4d2e3ff031b98e0fb648f5acbea180293 [diff] [blame] |
patch 8.2.2538: crash when using Python list iterator Problem: Crash when using Python list iterator. Solution: Increment the list reference count. (closes #7886)
diff --git a/src/version.c b/src/version.c index 8d29d52..a64037d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2538, +/**/ 2537, /**/ 2536,