]> granicus.if.org Git - vim/commit
patch 8.0.1846: Python interface is incompatible with lldb v8.0.1846
authorBram Moolenaar <Bram@vim.org>
Tue, 15 May 2018 20:31:18 +0000 (22:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 15 May 2018 20:31:18 +0000 (22:31 +0200)
commitd4a8c98ef6b294d605c5f93309509a944dc97a79
tree4af02ac4a3d6f880ce362789d9f845255499604d
parent259f26ac2d41ecfb28b82c651b2bfc1edc7c3e29
patch 8.0.1846: Python interface is incompatible with lldb

Problem:    Python interface is incompatible with lldb.
Solution:   For OutputType set the base to be PyFile_Type. (Boxu Zhang)
            Partly disabled to avoid a crash.
src/if_py_both.h
src/if_python.c
src/if_python3.c
src/version.c