]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0147: compiler warning when building with Python 3.7 v8.1.0147
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Jul 2018 20:03:25 +0000 (22:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Jul 2018 20:03:25 +0000 (22:03 +0200)
commit3b48b11c07b85520f4ca3566e92c3f6486509b72
tree51c37e4be094f9b0666c9fa161b34d4d694d9580
parentf0447e89a52885630947510f2d1b55f665a1a20e
patch 8.1.0147: compiler warning when building with Python 3.7

Problem:    Compiler warning when building with Python 3.7.
Solution:   #undef PySlice_GetIndicesEx before redefining it. (Ozaki Kiichi,
            closes #3153)
src/if_python3.c
src/version.c