]> granicus.if.org Git - vim/commit
patch 8.2.0070: crash when using Python 3 with "debug" encoding v8.2.0070
authorBram Moolenaar <Bram@vim.org>
Wed, 1 Jan 2020 14:04:17 +0000 (15:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 Jan 2020 14:04:17 +0000 (15:04 +0100)
commitd518f952f0812778758b25139308bcf45df6988c
treebe1e160638c6ae91eeded2962329dc708ba03d3d
parent87396072c5c468f0c129e4ec7cd944ac897b7752
patch 8.2.0070: crash when using Python 3 with "debug" encoding

Problem:    Crash when using Python 3 with "debug" encoding. (Dominique Pelle)
Solution:   Use "euc-jp" whenever enc_dbcs is set.
src/if_py_both.h
src/testdir/test_python3.vim
src/version.c