]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2538: crash when using Python list iterator v8.2.2538
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Feb 2021 18:12:47 +0000 (19:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Feb 2021 18:12:47 +0000 (19:12 +0100)
commit21578271bb717f7ab7b8728e9efa54c3b60ee7e4
treebc84fb32dacad216019810d5702e13aca8d83133
parent027c4ab4d2e3ff031b98e0fb648f5acbea180293
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)
src/if_py_both.h
src/testdir/test_python3.vim
src/version.c